#A26962

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

Shades of Dark Chestnut #A26962

Tints of Dark Chestnut #A26962

Color information

#A26962 (or 0xA26962) is unknown color: approx Dark Chestnut. HEX triplet: A2, 69 and 62. RGB value is (162,105,98). Sum of RGB (Red+Green+Blue) = 162+105+98=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A26962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26962 is #5D969D. Grayscale: #797979. Windows color (decimal): -6133406 or 6449570. OLE color: 6449570.

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

Color convert

RGB16210598-
CMYK00.350.400.36
HSL6.56º25.6%50.98%-
HSV(B)6.56º39.51%63.53%-
XYZ22.1618.6713.99-
YUV121.24114.88157.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=44.38%
G=28.77%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621059800.350.400.366.5625.650.98
HexA26962023282471a33
Octal242151142043504473263
Binary1010001011010011100010010001110100010010011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26962; }

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

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

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

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

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

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

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

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