#AA5C1F

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

Shades of Rich Gold #AA5C1F

Tints of Rich Gold #AA5C1F

Color information

#AA5C1F (or 0xAA5C1F) is unknown color: approx Rich Gold. HEX triplet: AA, 5C and 1F. RGB value is (170,92,31). Sum of RGB (Red+Green+Blue) = 170+92+31=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C1F is #55A3E0. Grayscale: #6C6C6C. Windows color (decimal): -5612513 or 2055338. OLE color: 2055338.

HSL color Cylindrical-coordinate representation of color #AA5C1F: hue angle of 26.33º degrees, saturation: 0.69, 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 #AA5C1F is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1709231-
CMYK00.460.820.33
HSL26.33º69.15%39.41%-
HSV(B)26.33º81.76%66.67%-
XYZ20.6516.33.35-
YUV108.3784.34171.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=58.02%
G=31.40%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170923100.460.820.3326.3369.1539.41
HexAA5C1F02E52211a4527
Octal25213437056122413210547
Binary1010101010111001111101011101010010100001110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C1F; }

 p { color: rgb(170,92,31); }

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

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

 a { background-color: rgb(170,92,31); }

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

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

 span { border-color: rgb(170,92,31); }

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