#A16112

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

Shades of Golden Brown #A16112

Tints of Golden Brown #A16112

Color information

#A16112 (or 0xA16112) is unknown color: approx Golden Brown. HEX triplet: A1, 61 and 12. RGB value is (161,97,18). Sum of RGB (Red+Green+Blue) = 161+97+18=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A16112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16112 is #5E9EED. Grayscale: #6B6B6B. Windows color (decimal): -6201070 or 1204641. OLE color: 1204641.

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

Color convert

RGB1619718-
CMYK00.400.890.37
HSL33.15º79.89%35.1%-
HSV(B)33.15º88.82%63.14%-
XYZ19.0816.172.69-
YUV107.1377.7166.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=58.33%
G=35.14%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161971800.400.890.3733.1579.8935.1
HexA161120285925215023
Octal24114122050131454112043
Binary10100001110000110010010100010110011001011000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16112; }

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

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

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

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

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

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

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

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