#D9A8AA

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

Shades of Pale Chestnut #D9A8AA

Tints of Pale Chestnut #D9A8AA

Color information

#D9A8AA (or 0xD9A8AA) is unknown color: approx Pale Chestnut. HEX triplet: D9, A8 and AA. RGB value is (217,168,170). Sum of RGB (Red+Green+Blue) = 217+168+170=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A8AA is #265755. Grayscale: #B6B6B6. Windows color (decimal): -2512726 or 11184345. OLE color: 11184345.

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

Color convert

RGB217168170-
CMYK00.230.220.15
HSL357.55º39.2%75.49%-
HSV(B)357.55º22.58%85.1%-
XYZ49.8745.6644.21-
YUV182.88120.73152.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=39.10%
G=30.27%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716817000.230.220.15357.5539.275.49
HexD9A8AA01716F166274b
Octal331250252027261754647113
Binary1101100110101000101010100101111011011111011001101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A8AA; }

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

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

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

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

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

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

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

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