#A16F16

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

Shades of Golden Brown #A16F16

Tints of Golden Brown #A16F16

Color information

#A16F16 (or 0xA16F16) is unknown color: approx Golden Brown. HEX triplet: A1, 6F and 16. RGB value is (161,111,22). Sum of RGB (Red+Green+Blue) = 161+111+22=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F16 is #5E90E9. Grayscale: #747474. Windows color (decimal): -6197482 or 1470369. OLE color: 1470369.

HSL color Cylindrical-coordinate representation of color #A16F16: hue angle of 38.42º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A16F16 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB16111122-
CMYK00.310.860.37
HSL38.42º75.96%35.88%-
HSV(B)38.42º86.34%63.14%-
XYZ20.53193.35-
YUV115.875.06160.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=54.76%
G=37.76%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611112200.310.860.3738.4275.9635.88
HexA16F1601F5625264c24
Octal24115726037126454611444
Binary1010000111011111011001111110101101001011001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F16; }

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

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

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

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

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

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

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

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