#A16761

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

Shades of Dark Chestnut #A16761

Tints of Dark Chestnut #A16761

Color information

#A16761 (or 0xA16761) is unknown color: approx Dark Chestnut. HEX triplet: A1, 67 and 61. RGB value is (161,103,97). Sum of RGB (Red+Green+Blue) = 161+103+97=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A16761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16761 is #5E989E. Grayscale: #777777. Windows color (decimal): -6199455 or 6383521. OLE color: 6383521.

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

Color convert

RGB16110397-
CMYK00.360.400.37
HSL5.63º25.4%50.59%-
HSV(B)5.63º39.75%63.14%-
XYZ21.7118.1413.67-
YUV119.66115.22157.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=44.60%
G=28.53%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611039700.360.400.375.6325.450.59
HexA16761024282561933
Octal241147141044504563163
Binary1010000111001111100001010010010100010010111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16761; }

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

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

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

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

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

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

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

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