#D1A6AB

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

Shades of Pale Chestnut #D1A6AB

Tints of Pale Chestnut #D1A6AB

Color information

#D1A6AB (or 0xD1A6AB) is unknown color: approx Pale Chestnut. HEX triplet: D1, A6 and AB. RGB value is (209,166,171). Sum of RGB (Red+Green+Blue) = 209+166+171=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6AB is #2E5954. Grayscale: #B3B3B3. Windows color (decimal): -3037525 or 11249361. OLE color: 11249361.

HSL color Cylindrical-coordinate representation of color #D1A6AB: hue angle of 353.02º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A6AB is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209166171-
CMYK00.210.180.18
HSL353.02º31.85%73.53%-
HSV(B)353.02º20.57%81.96%-
XYZ47.2843.7744.48-
YUV179.43123.25149.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=38.28%
G=30.40%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916617100.210.180.18353.0231.8573.53
HexD1A6AB0151212161204a
Octal321246253025222254140112
Binary11010001101001101010101101010110010100101011000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A6AB; }

 p { color: rgb(209,166,171); }

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

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

 a { background-color: rgb(209,166,171); }

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

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

 span { border-color: rgb(209,166,171); }

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