#A15B19

Color #A15B19 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A15B19

Tints of Golden Brown #A15B19

Color information

#A15B19 (or 0xA15B19) is unknown color: approx Golden Brown. HEX triplet: A1, 5B and 19. RGB value is (161,91,25). Sum of RGB (Red+Green+Blue) = 161+91+25=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15B19 is #5EA4E6. Grayscale: #686868. Windows color (decimal): -6202599 or 1661857. OLE color: 1661857.

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

Color convert

RGB1619125-
CMYK00.430.840.37
HSL29.12º73.12%36.47%-
HSV(B)29.12º84.47%63.14%-
XYZ18.6115.132.86-
YUV104.4183.19168.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 25 (10.16% from 255) = 9.03%
R=58.12%
G=32.85%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161912500.430.840.3729.1273.1236.47
HexA15B1902B54251d4924
Octal24113331053124453511144
Binary1010000110110111100101010111010100100101111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B19; }

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

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

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

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

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

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

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

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