#A15D12

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

Shades of Golden Brown #A15D12

Tints of Golden Brown #A15D12

Color information

#A15D12 (or 0xA15D12) is unknown color: approx Golden Brown. HEX triplet: A1, 5D and 12. RGB value is (161,93,18). Sum of RGB (Red+Green+Blue) = 161+93+18=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15D12 is #5EA2ED. Grayscale: #696969. Windows color (decimal): -6202094 or 1203617. OLE color: 1203617.

HSL color Cylindrical-coordinate representation of color #A15D12: hue angle of 31.47º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A15D12 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1619318-
CMYK00.420.890.37
HSL31.47º79.89%35.1%-
HSV(B)31.47º88.82%63.14%-
XYZ18.7215.452.57-
YUV104.7879.03168.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.19%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=59.19%
G=34.19%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161931800.420.890.3731.4779.8935.1
HexA15D1202A59251f5023
Octal24113522052131453712043
Binary1010000110111011001001010101011001100101111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D12; }

 p { color: rgb(161,93,18); }

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

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

 a { background-color: rgb(161,93,18); }

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

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

 span { border-color: rgb(161,93,18); }

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