#AA4C16

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

Shades of Rich Gold #AA4C16

Tints of Rich Gold #AA4C16

Color information

#AA4C16 (or 0xAA4C16) is unknown color: approx Rich Gold. HEX triplet: AA, 4C and 16. RGB value is (170,76,22). Sum of RGB (Red+Green+Blue) = 170+76+22=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C16 is #55B3E9. Grayscale: #626262. Windows color (decimal): -5616618 or 1461418. OLE color: 1461418.

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

Color convert

RGB1707622-
CMYK00.550.870.33
HSL21.89º77.08%37.65%-
HSV(B)21.89º87.06%66.67%-
XYZ19.3113.772.4-
YUV97.9585.14179.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=63.43%
G=28.36%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170762200.550.870.3321.8977.0837.65
HexAA4C160375721164d26
Octal25211426067127412611546
Binary1010101010011001011001101111010111100001101101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C16; }

 p { color: rgb(170,76,22); }

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

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

 a { background-color: rgb(170,76,22); }

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

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

 span { border-color: rgb(170,76,22); }

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