#A16861

Color #A16861 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #A16861

Tints of Dark Chestnut #A16861

Color information

#A16861 (or 0xA16861) is unknown color: approx Dark Chestnut. HEX triplet: A1, 68 and 61. RGB value is (161,104,97). Sum of RGB (Red+Green+Blue) = 161+104+97=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16861 is #5E979E. Grayscale: #787878. Windows color (decimal): -6199199 or 6383777. OLE color: 6383777.

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

Color convert

RGB16110497-
CMYK00.350.400.37
HSL6.56º25.4%50.59%-
HSV(B)6.56º39.75%63.14%-
XYZ21.8118.3413.7-
YUV120.24114.88157.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=44.48%
G=28.73%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611049700.350.400.376.5625.450.59
HexA16861023282571933
Octal241150141043504573163
Binary1010000111010001100001010001110100010010111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16861; }

 p { color: rgb(161,104,97); }

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

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

 a { background-color: rgb(161,104,97); }

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

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

 span { border-color: rgb(161,104,97); }

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