#A1655F

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

Shades of Dark Chestnut #A1655F

Tints of Dark Chestnut #A1655F

Color information

#A1655F (or 0xA1655F) is unknown color: approx Dark Chestnut. HEX triplet: A1, 65 and 5F. RGB value is (161,101,95). Sum of RGB (Red+Green+Blue) = 161+101+95=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1655F is #5E9AA0. Grayscale: #767676. Windows color (decimal): -6199969 or 6251937. OLE color: 6251937.

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

Color convert

RGB16110195-
CMYK00.370.410.37
HSL5.45º25.98%50.2%-
HSV(B)5.45º40.99%63.14%-
XYZ21.4217.7113.12-
YUV118.26114.88158.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=45.10%
G=28.29%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611019500.370.410.375.4525.9850.2
HexA1655F025292551a32
Octal241145137045514553262
Binary1010000111001011011111010010110100110010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1655F; }

 p { color: rgb(161,101,95); }

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

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

 a { background-color: rgb(161,101,95); }

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

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

 span { border-color: rgb(161,101,95); }

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