#AA4A18

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

Shades of Rich Gold #AA4A18

Tints of Rich Gold #AA4A18

Color information

#AA4A18 (or 0xAA4A18) is unknown color: approx Rich Gold. HEX triplet: AA, 4A and 18. RGB value is (170,74,24). Sum of RGB (Red+Green+Blue) = 170+74+24=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A18 is #55B5E7. Grayscale: #616161. Windows color (decimal): -5617128 or 1591978. OLE color: 1591978.

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

Color convert

RGB1707424-
CMYK00.560.860.33
HSL20.55º75.26%38.04%-
HSV(B)20.55º85.88%66.67%-
XYZ19.1913.512.46-
YUV9786.8180.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 24 (9.77% from 255) = 8.96%
R=63.43%
G=27.61%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170742400.560.860.3320.5575.2638.04
HexAA4A180385621154b26
Octal25211230070126412511346
Binary1010101010010101100001110001010110100001101011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A18; }

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

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

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

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

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

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

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

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