#A15A24

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

Shades of Rich Gold #A15A24

Tints of Rich Gold #A15A24

Color information

#A15A24 (or 0xA15A24) is unknown color: approx Rich Gold. HEX triplet: A1, 5A and 24. RGB value is (161,90,36). Sum of RGB (Red+Green+Blue) = 161+90+36=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A24 is #5EA5DB. Grayscale: #696969. Windows color (decimal): -6202844 or 2382497. OLE color: 2382497.

HSL color Cylindrical-coordinate representation of color #A15A24: hue angle of 25.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A15A24 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1619036-
CMYK00.440.780.37
HSL25.92º63.45%38.63%-
HSV(B)25.92º77.64%63.14%-
XYZ18.6715.023.58-
YUV105.0789.02167.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 36 (14.45% from 255) = 12.54%
R=56.10%
G=31.36%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161903600.440.780.3725.9263.4538.63
HexA15A2402C4E251a3f27
Octal2411324405411645327747
Binary1010000110110101001000101100100111010010111010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A24; }

 p { color: rgb(161,90,36); }

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

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

 a { background-color: rgb(161,90,36); }

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

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

 span { border-color: rgb(161,90,36); }

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