#a16e02

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

Shades of Golden Brown #A16E02

Tints of Golden Brown #A16E02

Color information

#A16E02 (or 0xA16E02) is unknown color: approx Golden Brown. HEX triplet: A1, 6E and 02. RGB value is (161,110,2). Sum of RGB (Red+Green+Blue) = 161+110+2=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E02 is #5E91FD. Grayscale: #717171. Windows color (decimal): -6197758 or 159393. OLE color: 159393.

HSL color Cylindrical-coordinate representation of color #A16E02: hue angle of 40.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A16E02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1611102-
CMYK00.320.990.37
HSL40.75º97.55%31.96%-
HSV(B)40.75º98.76%63.14%-
XYZ20.2818.732.6-
YUV112.9465.4162.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=58.97%
G=40.29%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161110200.320.990.3740.7597.5531.96
HexA16E20206325296220
Octal2411562040143455114240
Binary10100001110111010010000011000111001011010011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16e02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16e02; }

 p { color: rgb(161,110,2); }

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

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

 a { background-color: rgb(161,110,2); }

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

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

 span { border-color: rgb(161,110,2); }

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