#AAA849

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

Shades of Brass #AAA849

Tints of Brass #AAA849

Color information

#AAA849 (or 0xAAA849) is unknown color: approx Brass. HEX triplet: AA, A8 and 49. RGB value is (170,168,73). Sum of RGB (Red+Green+Blue) = 170+168+73=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA849 is #5557B6. Grayscale: #9E9E9E. Windows color (decimal): -5593015 or 4827306. OLE color: 4827306.

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

Color convert

RGB17016873-
CMYK00.010.570.33
HSL58.76º39.92%47.65%-
HSV(B)58.76º57.06%66.67%-
XYZ31.7837.0311.78-
YUV157.7780.16136.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=41.36%
G=40.88%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701687300.010.570.3358.7639.9247.65
HexAAA8490139213b2830
Octal252250111017141735060
Binary1010101010101000100100101111001100001111011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA849; }

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

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

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

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

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

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

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

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