#A26860

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

Shades of Dark Chestnut #A26860

Tints of Dark Chestnut #A26860

Color information

#A26860 (or 0xA26860) is unknown color: approx Dark Chestnut. HEX triplet: A2, 68 and 60. RGB value is (162,104,96). Sum of RGB (Red+Green+Blue) = 162+104+96=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A26860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26860 is #5D979F. Grayscale: #787878. Windows color (decimal): -6133664 or 6318242. OLE color: 6318242.

HSL color Cylindrical-coordinate representation of color #A26860: hue angle of 7.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A26860 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16210496-
CMYK00.360.410.36
HSL7.27º26.19%50.59%-
HSV(B)7.27º40.74%63.53%-
XYZ21.9618.4313.47-
YUV120.43114.22157.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=44.75%
G=28.73%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621049600.360.410.367.2726.1950.59
HexA26860024292471a33
Octal242150140044514473263
Binary1010001011010001100000010010010100110010011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26860; }

 p { color: rgb(162,104,96); }

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

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

 a { background-color: rgb(162,104,96); }

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

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

 span { border-color: rgb(162,104,96); }

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