#A16212

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

Shades of Golden Brown #A16212

Tints of Golden Brown #A16212

Color information

#A16212 (or 0xA16212) is unknown color: approx Golden Brown. HEX triplet: A1, 62 and 12. RGB value is (161,98,18). Sum of RGB (Red+Green+Blue) = 161+98+18=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A16212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16212 is #5E9DED. Grayscale: #6C6C6C. Windows color (decimal): -6200814 or 1204897. OLE color: 1204897.

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

Color convert

RGB1619818-
CMYK00.390.890.37
HSL33.57º79.89%35.1%-
HSV(B)33.57º88.82%63.14%-
XYZ19.1716.362.72-
YUV107.7277.37166-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=58.12%
G=35.38%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161981800.390.890.3733.5779.8935.1
HexA162120275925225023
Octal24114222047131454212043
Binary10100001110001010010010011110110011001011000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16212; }

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

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

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

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

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

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

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

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