#AA4D21

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

Shades of Rich Gold #AA4D21

Tints of Rich Gold #AA4D21

Color information

#AA4D21 (or 0xAA4D21) is unknown color: approx Rich Gold. HEX triplet: AA, 4D and 21. RGB value is (170,77,33). Sum of RGB (Red+Green+Blue) = 170+77+33=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D21 is #55B2DE. Grayscale: #646464. Windows color (decimal): -5616351 or 2182570. OLE color: 2182570.

HSL color Cylindrical-coordinate representation of color #AA4D21: hue angle of 19.27º degrees, saturation: 0.67, 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 #AA4D21 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1707733-
CMYK00.550.810.33
HSL19.27º67.49%39.8%-
HSV(B)19.27º80.59%66.67%-
XYZ19.5113.963.11-
YUV99.7990.31178.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=60.71%
G=27.5%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170773300.550.810.3319.2767.4939.8
HexAA4D210375121134328
Octal25211541067121412310350
Binary10101010100110110000101101111010001100001100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D21; }

 p { color: rgb(170,77,33); }

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

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

 a { background-color: rgb(170,77,33); }

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

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

 span { border-color: rgb(170,77,33); }

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