#D7A9AE

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

Shades of Pale Chestnut #D7A9AE

Tints of Pale Chestnut #D7A9AE

Color information

#D7A9AE (or 0xD7A9AE) is unknown color: approx Pale Chestnut. HEX triplet: D7, A9 and AE. RGB value is (215,169,174). Sum of RGB (Red+Green+Blue) = 215+169+174=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A9AE is #285651. Grayscale: #B7B7B7. Windows color (decimal): -2643538 or 11446743. OLE color: 11446743.

HSL color Cylindrical-coordinate representation of color #D7A9AE: hue angle of 353.48º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7A9AE is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215169174-
CMYK00.210.190.16
HSL353.48º36.51%75.29%-
HSV(B)353.48º21.4%84.31%-
XYZ49.8545.8846.27-
YUV183.32122.74150.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=38.53%
G=30.29%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516917400.210.190.16353.4836.5175.29
HexD7A9AE0151310161254b
Octal327251256025232054145113
Binary11010111101010011010111001010110011100001011000011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A9AE; }

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

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

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

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

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

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

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

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