#D9A9AE

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

Shades of Pale Chestnut #D9A9AE

Tints of Pale Chestnut #D9A9AE

Color information

#D9A9AE (or 0xD9A9AE) is unknown color: approx Pale Chestnut. HEX triplet: D9, A9 and AE. RGB value is (217,169,174). Sum of RGB (Red+Green+Blue) = 217+169+174=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A9AE is #265651. Grayscale: #B7B7B7. Windows color (decimal): -2512466 or 11446745. OLE color: 11446745.

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

Color convert

RGB217169174-
CMYK00.220.200.15
HSL353.75º38.71%75.69%-
HSV(B)353.75º22.12%85.1%-
XYZ50.4446.1846.3-
YUV183.92122.4151.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=38.75%
G=30.18%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716917400.220.200.15353.7538.7175.69
HexD9A9AE01614F162274c
Octal331251256026241754247114
Binary1101100110101001101011100101101010011111011000101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9AE; }

 p { color: rgb(217,169,174); }

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

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

 a { background-color: rgb(217,169,174); }

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

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

 span { border-color: rgb(217,169,174); }

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