#A15B24

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

Shades of Rich Gold #A15B24

Tints of Rich Gold #A15B24

Color information

#A15B24 (or 0xA15B24) is unknown color: approx Rich Gold. HEX triplet: A1, 5B and 24. RGB value is (161,91,36). Sum of RGB (Red+Green+Blue) = 161+91+36=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B24 is #5EA4DB. Grayscale: #696969. Windows color (decimal): -6202588 or 2382753. OLE color: 2382753.

HSL color Cylindrical-coordinate representation of color #A15B24: hue angle of 26.4º 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 #A15B24 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1619136-
CMYK00.430.780.37
HSL26.4º63.45%38.63%-
HSV(B)26.4º77.64%63.14%-
XYZ18.7615.193.61-
YUV105.6688.69167.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.90%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 36 (14.45% from 255) = 12.5%
R=55.90%
G=31.60%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161913600.430.780.3726.463.4538.63
HexA15B2402B4E251a3f27
Octal2411334405311645327747
Binary1010000110110111001000101011100111010010111010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B24; }

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

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

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

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

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

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

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

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