#A36F12

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

Shades of Golden Brown #A36F12

Tints of Golden Brown #A36F12

Color information

#A36F12 (or 0xA36F12) is unknown color: approx Golden Brown. HEX triplet: A3, 6F and 12. RGB value is (163,111,18). Sum of RGB (Red+Green+Blue) = 163+111+18=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F12 is #5C90ED. Grayscale: #747474. Windows color (decimal): -6066414 or 1208227. OLE color: 1208227.

HSL color Cylindrical-coordinate representation of color #A36F12: hue angle of 38.48º 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 #A36F12 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB16311118-
CMYK00.320.890.36
HSL38.48º80.11%35.49%-
HSV(B)38.48º88.96%63.92%-
XYZ20.919.23.18-
YUV115.9572.73161.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 18 (7.42% from 255) = 6.16%
R=55.82%
G=38.01%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631111800.320.890.3638.4880.1135.49
HexA36F120205924265023
Octal24315722040131444612043
Binary10100011110111110010010000010110011001001001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F12; }

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

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

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

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

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

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

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

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