#AA5C1A

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

Shades of Rich Gold #AA5C1A

Tints of Rich Gold #AA5C1A

Color information

#AA5C1A (or 0xAA5C1A) is unknown color: approx Rich Gold. HEX triplet: AA, 5C and 1A. RGB value is (170,92,26). Sum of RGB (Red+Green+Blue) = 170+92+26=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C1A is #55A3E5. Grayscale: #6C6C6C. Windows color (decimal): -5612518 or 1727658. OLE color: 1727658.

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

Color convert

RGB1709226-
CMYK00.460.850.33
HSL27.5º73.47%38.43%-
HSV(B)27.5º84.71%66.67%-
XYZ20.5916.273.03-
YUV107.881.84172.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 26 (10.55% from 255) = 9.03%
R=59.03%
G=31.94%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170922600.460.850.3327.573.4738.43
HexAA5C1A02E55211c4926
Octal25213432056125413411146
Binary1010101010111001101001011101010101100001111001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C1A; }

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

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

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

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

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

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

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

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