#AAA841

Color #AAA841 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #AAA841

Tints of Brass #AAA841

Color information

#AAA841 (or 0xAAA841) is unknown color: approx Brass. HEX triplet: AA, A8 and 41. RGB value is (170,168,65). Sum of RGB (Red+Green+Blue) = 170+168+65=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA841 is #5557BE. Grayscale: #9D9D9D. Windows color (decimal): -5593023 or 4303018. OLE color: 4303018.

HSL color Cylindrical-coordinate representation of color #AAA841: hue angle of 58.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAA841 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17016865-
CMYK00.010.620.33
HSL58.86º44.68%46.08%-
HSV(B)58.86º61.76%66.67%-
XYZ31.5336.9310.47-
YUV156.8676.16137.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 65 (25.78% from 255) = 16.13%
R=42.18%
G=41.69%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701686500.010.620.3358.8644.6846.08
HexAAA841013E213b2d2e
Octal252250101017641735556
Binary1010101010101000100000101111110100001111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA841; }

 p { color: rgb(170,168,65); }

 H1.HeaderClassName
 {
   color: #AAA841;
 }
 .AnyTagClassName
 {
   color: #AAA841;
 }
</style>
background-color css

<style>
 a { background-color: #AAA841; }

 a { background-color: rgb(170,168,65); }

 div.DivClassName
 {
   background-color: #AAA841;
 }
 .BgClassName
 {
   background-color: #AAA841;
 }
</style>
border-color css

<style>
 span { border-color: #AAA841; }

 span { border-color: rgb(170,168,65); }

 td.TdClassName
 {
   border-color: #AAA841;
 }
 .TagClassName
 {
   border-color: #AAA841;
 }
</style>