#AA4A19

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

Shades of Rich Gold #AA4A19

Tints of Rich Gold #AA4A19

Color information

#AA4A19 (or 0xAA4A19) is unknown color: approx Rich Gold. HEX triplet: AA, 4A and 19. RGB value is (170,74,25). Sum of RGB (Red+Green+Blue) = 170+74+25=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A19 is #55B5E6. Grayscale: #616161. Windows color (decimal): -5617127 or 1657514. OLE color: 1657514.

HSL color Cylindrical-coordinate representation of color #AA4A19: hue angle of 20.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA4A19 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1707425-
CMYK00.560.850.33
HSL20.28º74.36%38.24%-
HSV(B)20.28º85.29%66.67%-
XYZ19.213.512.52-
YUV97.1287.3179.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.20%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 25 (10.16% from 255) = 9.29%
R=63.20%
G=27.51%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170742500.560.850.3320.2874.3638.24
HexAA4A190385521144a26
Octal25211231070125412411246
Binary1010101010010101100101110001010101100001101001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A19; }

 p { color: rgb(170,74,25); }

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

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

 a { background-color: rgb(170,74,25); }

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

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

 span { border-color: rgb(170,74,25); }

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