#A16514

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

Shades of Golden Brown #A16514

Tints of Golden Brown #A16514

Color information

#A16514 (or 0xA16514) is unknown color: approx Golden Brown. HEX triplet: A1, 65 and 14. RGB value is (161,101,20). Sum of RGB (Red+Green+Blue) = 161+101+20=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16514 is #5E9AEB. Grayscale: #6E6E6E. Windows color (decimal): -6200044 or 1336737. OLE color: 1336737.

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

Color convert

RGB16110120-
CMYK00.370.880.37
HSL34.47º77.9%35.49%-
HSV(B)34.47º87.58%63.14%-
XYZ19.4816.932.9-
YUV109.7177.38164.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 20 (8.20% from 255) = 7.09%
R=57.09%
G=35.82%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611012000.370.880.3734.4777.935.49
HexA165140255825224e23
Octal24114524045130454211643
Binary10100001110010110100010010110110001001011000101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16514; }

 p { color: rgb(161,101,20); }

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

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

 a { background-color: rgb(161,101,20); }

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

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

 span { border-color: rgb(161,101,20); }

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