#A16214

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

Shades of Golden Brown #A16214

Tints of Golden Brown #A16214

Color information

#A16214 (or 0xA16214) is unknown color: approx Golden Brown. HEX triplet: A1, 62 and 14. RGB value is (161,98,20). Sum of RGB (Red+Green+Blue) = 161+98+20=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A16214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16214 is #5E9DEB. Grayscale: #6C6C6C. Windows color (decimal): -6200812 or 1335969. OLE color: 1335969.

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

Color convert

RGB1619820-
CMYK00.390.880.37
HSL33.19º77.9%35.49%-
HSV(B)33.19º87.58%63.14%-
XYZ19.1916.362.81-
YUV107.9478.37165.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=57.71%
G=35.13%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161982000.390.880.3733.1977.935.49
HexA162140275825214e23
Octal24114224047130454111643
Binary10100001110001010100010011110110001001011000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16214; }

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

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

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

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

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

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

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

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