#A16910

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

Shades of Golden Brown #A16910

Tints of Golden Brown #A16910

Color information

#A16910 (or 0xA16910) is unknown color: approx Golden Brown. HEX triplet: A1, 69 and 10. RGB value is (161,105,16). Sum of RGB (Red+Green+Blue) = 161+105+16=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16910 is #5E96EF. Grayscale: #707070. Windows color (decimal): -6199024 or 1075617. OLE color: 1075617.

HSL color Cylindrical-coordinate representation of color #A16910: hue angle of 36.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A16910 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB16110516-
CMYK00.350.900.37
HSL36.83º81.92%34.71%-
HSV(B)36.83º90.06%63.14%-
XYZ19.8417.722.86-
YUV111.674.05163.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 16 (6.64% from 255) = 5.67%
R=57.09%
G=37.23%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611051600.350.900.3736.8381.9234.71
HexA169100235A25255223
Octal24115120043132454512243
Binary10100001110100110000010001110110101001011001011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16910; }

 p { color: rgb(161,105,16); }

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

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

 a { background-color: rgb(161,105,16); }

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

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

 span { border-color: rgb(161,105,16); }

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