#D9A6AA

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

Shades of Pale Chestnut #D9A6AA

Tints of Pale Chestnut #D9A6AA

Color information

#D9A6AA (or 0xD9A6AA) is unknown color: approx Pale Chestnut. HEX triplet: D9, A6 and AA. RGB value is (217,166,170). Sum of RGB (Red+Green+Blue) = 217+166+170=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A6AA is #265955. Grayscale: #B5B5B5. Windows color (decimal): -2513238 or 11183833. OLE color: 11183833.

HSL color Cylindrical-coordinate representation of color #D9A6AA: hue angle of 355.29º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6AA is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217166170-
CMYK00.240.220.15
HSL355.29º40.16%75.1%-
HSV(B)355.29º23.5%85.1%-
XYZ49.5144.9344.09-
YUV181.7121.4153.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=39.24%
G=30.02%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716617000.240.220.15355.2940.1675.1
HexD9A6AA01816F163284b
Octal331246252030261754350113
Binary1101100110100110101010100110001011011111011000111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6AA; }

 p { color: rgb(217,166,170); }

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

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

 a { background-color: rgb(217,166,170); }

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

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

 span { border-color: rgb(217,166,170); }

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