#A15B18

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

Shades of Golden Brown #A15B18

Tints of Golden Brown #A15B18

Color information

#A15B18 (or 0xA15B18) is unknown color: approx Golden Brown. HEX triplet: A1, 5B and 18. RGB value is (161,91,24). Sum of RGB (Red+Green+Blue) = 161+91+24=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15B18 is #5EA4E7. Grayscale: #686868. Windows color (decimal): -6202600 or 1596321. OLE color: 1596321.

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

Color convert

RGB1619124-
CMYK00.430.850.37
HSL29.34º74.05%36.27%-
HSV(B)29.34º85.09%63.14%-
XYZ18.615.132.8-
YUV104.2982.69168.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=58.33%
G=32.97%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161912400.430.850.3729.3474.0536.27
HexA15B1802B55251d4a24
Octal24113330053125453511244
Binary1010000110110111100001010111010101100101111011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B18; }

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

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

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

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

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

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

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

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