#A15B28

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

Shades of Rich Gold #A15B28

Tints of Rich Gold #A15B28

Color information

#A15B28 (or 0xA15B28) is unknown color: approx Rich Gold. HEX triplet: A1, 5B and 28. RGB value is (161,91,40). Sum of RGB (Red+Green+Blue) = 161+91+40=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B28 is #5EA4D7. Grayscale: #6A6A6A. Windows color (decimal): -6202584 or 2644897. OLE color: 2644897.

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

Color convert

RGB1619140-
CMYK00.430.750.37
HSL25.29º60.2%39.41%-
HSV(B)25.29º75.16%63.14%-
XYZ18.8215.213.95-
YUV106.1290.69167.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=55.14%
G=31.16%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161914000.430.750.3725.2960.239.41
HexA15B2802B4B25193c27
Octal2411335005311345317447
Binary1010000110110111010000101011100101110010111001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B28; }

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

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

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

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

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

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

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

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