#A16F0A

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

Shades of Golden Brown #A16F0A

Tints of Golden Brown #A16F0A

Color information

#A16F0A (or 0xA16F0A) is unknown color: approx Golden Brown. HEX triplet: A1, 6F and 0A. RGB value is (161,111,10). Sum of RGB (Red+Green+Blue) = 161+111+10=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F0A is #5E90F5. Grayscale: #727272. Windows color (decimal): -6197494 or 683937. OLE color: 683937.

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

Color convert

RGB16111110-
CMYK00.310.940.37
HSL40.13º88.3%33.53%-
HSV(B)40.13º93.79%63.14%-
XYZ20.4418.972.87-
YUV114.4469.06161.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 10 (4.30% from 255) = 3.55%
R=57.09%
G=39.36%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611111000.310.940.3740.1388.333.53
HexA16FA01F5E25285822
Octal24115712037136455013042
Binary101000011101111101001111110111101001011010001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F0A; }

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

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

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

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

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

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

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

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