#A36F16

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

Shades of Golden Brown #A36F16

Tints of Golden Brown #A36F16

Color information

#A36F16 (or 0xA36F16) is unknown color: approx Golden Brown. HEX triplet: A3, 6F and 16. RGB value is (163,111,22). Sum of RGB (Red+Green+Blue) = 163+111+22=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F16 is #5C90E9. Grayscale: #747474. Windows color (decimal): -6066410 or 1470371. OLE color: 1470371.

HSL color Cylindrical-coordinate representation of color #A36F16: hue angle of 37.87º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A36F16 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16311122-
CMYK00.320.870.36
HSL37.87º76.22%36.27%-
HSV(B)37.87º86.5%63.92%-
XYZ20.9319.213.36-
YUV116.474.73161.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.07%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 22 (8.98% from 255) = 7.43%
R=55.07%
G=37.5%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631112200.320.870.3637.8776.2236.27
HexA36F160205724264c24
Octal24315726040127444611444
Binary10100011110111110110010000010101111001001001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F16; }

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

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

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

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

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

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

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

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