#A06761

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

Shades of Dark Chestnut #A06761

Tints of Dark Chestnut #A06761

Color information

#A06761 (or 0xA06761) is unknown color: approx Dark Chestnut. HEX triplet: A0, 67 and 61. RGB value is (160,103,97). Sum of RGB (Red+Green+Blue) = 160+103+97=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A06761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06761 is #5F989E. Grayscale: #777777. Windows color (decimal): -6264991 or 6383520. OLE color: 6383520.

HSL color Cylindrical-coordinate representation of color #A06761: hue angle of 5.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06761 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB16010397-
CMYK00.360.390.37
HSL5.71º24.9%50.39%-
HSV(B)5.71º39.38%62.75%-
XYZ21.5118.0413.66-
YUV119.36115.38156.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=44.44%
G=28.61%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601039700.360.390.375.7124.950.39
HexA06761024272561932
Octal240147141044474563162
Binary1010000011001111100001010010010011110010111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06761; }

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

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

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

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

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

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

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

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