#D9A5AE

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

Shades of Pale Chestnut #D9A5AE

Tints of Pale Chestnut #D9A5AE

Color information

#D9A5AE (or 0xD9A5AE) is unknown color: approx Pale Chestnut. HEX triplet: D9, A5 and AE. RGB value is (217,165,174). Sum of RGB (Red+Green+Blue) = 217+165+174=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A5AE is #265A51. Grayscale: #B5B5B5. Windows color (decimal): -2513490 or 11445721. OLE color: 11445721.

HSL color Cylindrical-coordinate representation of color #D9A5AE: hue angle of 349.62º degrees, saturation: 0.41, 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 #D9A5AE is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217165174-
CMYK00.240.200.15
HSL349.62º40.62%74.9%-
HSV(B)349.62º23.96%85.1%-
XYZ49.7144.7246.06-
YUV181.57123.73153.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=39.03%
G=29.68%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716517400.240.200.15349.6240.6274.9
HexD9A5AE01814F15e294b
Octal331245256030241753651113
Binary1101100110100101101011100110001010011111010111101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A5AE; }

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

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

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

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

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

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

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

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