#AA5E1E

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

Shades of Rich Gold #AA5E1E

Tints of Rich Gold #AA5E1E

Color information

#AA5E1E (or 0xAA5E1E) is unknown color: approx Rich Gold. HEX triplet: AA, 5E and 1E. RGB value is (170,94,30). Sum of RGB (Red+Green+Blue) = 170+94+30=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E1E is #55A1E1. Grayscale: #6D6D6D. Windows color (decimal): -5612002 or 1990314. OLE color: 1990314.

HSL color Cylindrical-coordinate representation of color #AA5E1E: hue angle of 27.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA5E1E is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1709430-
CMYK00.450.820.33
HSL27.43º70%39.22%-
HSV(B)27.43º82.35%66.67%-
XYZ20.8116.653.34-
YUV109.4383.18171.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=57.82%
G=31.97%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170943000.450.820.3327.437039.22
HexAA5E1E02D52211b4627
Octal25213636055122413310647
Binary1010101010111101111001011011010010100001110111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E1E; }

 p { color: rgb(170,94,30); }

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

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

 a { background-color: rgb(170,94,30); }

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

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

 span { border-color: rgb(170,94,30); }

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