#A15F18

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

Shades of Golden Brown #A15F18

Tints of Golden Brown #A15F18

Color information

#A15F18 (or 0xA15F18) is unknown color: approx Golden Brown. HEX triplet: A1, 5F and 18. RGB value is (161,95,24). Sum of RGB (Red+Green+Blue) = 161+95+24=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15F18 is #5EA0E7. Grayscale: #6A6A6A. Windows color (decimal): -6201576 or 1597345. OLE color: 1597345.

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

Color convert

RGB1619524-
CMYK00.410.850.37
HSL31.09º74.05%36.27%-
HSV(B)31.09º85.09%63.14%-
XYZ18.9615.832.92-
YUV106.6481.37166.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.5%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 24 (9.77% from 255) = 8.57%
R=57.5%
G=33.93%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161952400.410.850.3731.0974.0536.27
HexA15F1802955251f4a24
Octal24113730051125453711244
Binary1010000110111111100001010011010101100101111111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F18; }

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

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

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

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

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

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

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

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