#AA4B20

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

Shades of Rich Gold #AA4B20

Tints of Rich Gold #AA4B20

Color information

#AA4B20 (or 0xAA4B20) is unknown color: approx Rich Gold. HEX triplet: AA, 4B and 20. RGB value is (170,75,32). Sum of RGB (Red+Green+Blue) = 170+75+32=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B20 is #55B4DF. Grayscale: #626262. Windows color (decimal): -5616864 or 2116522. OLE color: 2116522.

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

Color convert

RGB1707532-
CMYK00.560.810.33
HSL18.7º68.32%39.61%-
HSV(B)18.7º81.18%66.67%-
XYZ19.3513.682.99-
YUV98.590.47179-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 32 (12.89% from 255) = 11.55%
R=61.37%
G=27.08%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170753200.560.810.3318.768.3239.61
HexAA4B200385121134428
Octal25211340070121412310450
Binary10101010100101110000001110001010001100001100111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B20; }

 p { color: rgb(170,75,32); }

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

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

 a { background-color: rgb(170,75,32); }

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

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

 span { border-color: rgb(170,75,32); }

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