#A16E0A

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

Shades of Golden Brown #A16E0A

Tints of Golden Brown #A16E0A

Color information

#A16E0A (or 0xA16E0A) is unknown color: approx Golden Brown. HEX triplet: A1, 6E and 0A. RGB value is (161,110,10). Sum of RGB (Red+Green+Blue) = 161+110+10=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E0A is #5E91F5. Grayscale: #727272. Windows color (decimal): -6197750 or 683681. OLE color: 683681.

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

Color convert

RGB16111010-
CMYK00.320.940.37
HSL39.74º88.3%33.53%-
HSV(B)39.74º93.79%63.14%-
XYZ20.3318.752.83-
YUV113.8569.4161.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=57.30%
G=39.15%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611101000.320.940.3739.7488.333.53
HexA16EA0205E25285822
Octal24115612040136455013042
Binary1010000111011101010010000010111101001011010001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E0A; }

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

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

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

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

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

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

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

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