#D7AAAE

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

Shades of Pale Chestnut #D7AAAE

Tints of Pale Chestnut #D7AAAE

Color information

#D7AAAE (or 0xD7AAAE) is unknown color: approx Pale Chestnut. HEX triplet: D7, AA and AE. RGB value is (215,170,174). Sum of RGB (Red+Green+Blue) = 215+170+174=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AAAE is #285551. Grayscale: #B7B7B7. Windows color (decimal): -2643282 or 11446999. OLE color: 11446999.

HSL color Cylindrical-coordinate representation of color #D7AAAE: hue angle of 354.67º degrees, saturation: 0.36, 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 #D7AAAE is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215170174-
CMYK00.210.190.16
HSL354.67º36%75.49%-
HSV(B)354.67º20.93%84.31%-
XYZ50.0446.2546.33-
YUV183.91122.41150.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=38.46%
G=30.41%
B=31.13%

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
Decimal21517017400.210.190.16354.673675.49
HexD7AAAE0151310163244b
Octal327252256025232054344113
Binary11010111101010101010111001010110011100001011000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAAE; }

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

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

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

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

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

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

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

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