#A26862

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

Shades of Dark Chestnut #A26862

Tints of Dark Chestnut #A26862

Color information

#A26862 (or 0xA26862) is unknown color: approx Dark Chestnut. HEX triplet: A2, 68 and 62. RGB value is (162,104,98). Sum of RGB (Red+Green+Blue) = 162+104+98=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A26862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26862 is #5D979D. Grayscale: #787878. Windows color (decimal): -6133662 or 6449314. OLE color: 6449314.

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

Color convert

RGB16210498-
CMYK00.360.400.36
HSL5.63º25.6%50.98%-
HSV(B)5.63º39.51%63.53%-
XYZ22.0618.4613.96-
YUV120.66115.22157.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=44.51%
G=28.57%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621049800.360.400.365.6325.650.98
HexA26862024282461a33
Octal242150142044504463263
Binary1010001011010001100010010010010100010010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26862; }

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

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

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

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

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

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

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

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