#D9A7AE

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

Shades of Pale Chestnut #D9A7AE

Tints of Pale Chestnut #D9A7AE

Color information

#D9A7AE (or 0xD9A7AE) is unknown color: approx Pale Chestnut. HEX triplet: D9, A7 and AE. RGB value is (217,167,174). Sum of RGB (Red+Green+Blue) = 217+167+174=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A7AE is #265851. Grayscale: #B6B6B6. Windows color (decimal): -2512978 or 11446233. OLE color: 11446233.

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

Color convert

RGB217167174-
CMYK00.230.200.15
HSL351.6º39.68%75.29%-
HSV(B)351.6º23.04%85.1%-
XYZ50.0745.4546.18-
YUV182.75123.06152.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=38.89%
G=29.93%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716717400.230.200.15351.639.6875.29
HexD9A7AE01714F160284b
Octal331247256027241754050113
Binary1101100110100111101011100101111010011111011000001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A7AE; }

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

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

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

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

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

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

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

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