#A36C12

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

Shades of Golden Brown #A36C12

Tints of Golden Brown #A36C12

Color information

#A36C12 (or 0xA36C12) is unknown color: approx Golden Brown. HEX triplet: A3, 6C and 12. RGB value is (163,108,18). Sum of RGB (Red+Green+Blue) = 163+108+18=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36C12 is #5C93ED. Grayscale: #727272. Windows color (decimal): -6067182 or 1207459. OLE color: 1207459.

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

Color convert

RGB16310818-
CMYK00.340.890.36
HSL37.24º80.11%35.49%-
HSV(B)37.24º88.96%63.92%-
XYZ20.5818.563.07-
YUV114.1873.72162.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=56.40%
G=37.37%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631081800.340.890.3637.2480.1135.49
HexA36C120225924255023
Octal24315422042131444512043
Binary10100011110110010010010001010110011001001001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C12; }

 p { color: rgb(163,108,18); }

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

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

 a { background-color: rgb(163,108,18); }

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

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

 span { border-color: rgb(163,108,18); }

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