#A15B27

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

Shades of Rich Gold #A15B27

Tints of Rich Gold #A15B27

Color information

#A15B27 (or 0xA15B27) is unknown color: approx Rich Gold. HEX triplet: A1, 5B and 27. RGB value is (161,91,39). Sum of RGB (Red+Green+Blue) = 161+91+39=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B27 is #5EA4D8. Grayscale: #6A6A6A. Windows color (decimal): -6202585 or 2579361. OLE color: 2579361.

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

Color convert

RGB1619139-
CMYK00.430.760.37
HSL25.57º61%39.22%-
HSV(B)25.57º75.78%63.14%-
XYZ18.8115.213.86-
YUV10690.19167.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.33%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 39 (15.62% from 255) = 13.40%
R=55.33%
G=31.27%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161913900.430.760.3725.576139.22
HexA15B2702B4C251a3d27
Octal2411334705311445327547
Binary1010000110110111001110101011100110010010111010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B27; }

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

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

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

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

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

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

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

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