#D9AAB1

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

Shades of Pale Chestnut #D9AAB1

Tints of Pale Chestnut #D9AAB1

Color information

#D9AAB1 (or 0xD9AAB1) is unknown color: approx Pale Chestnut. HEX triplet: D9, AA and B1. RGB value is (217,170,177). Sum of RGB (Red+Green+Blue) = 217+170+177=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAB1 is #26554E. Grayscale: #B8B8B8. Windows color (decimal): -2512207 or 11643609. OLE color: 11643609.

HSL color Cylindrical-coordinate representation of color #D9AAB1: hue angle of 351.06º degrees, saturation: 0.38, 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 #D9AAB1 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217170177-
CMYK00.220.180.15
HSL351.06º38.21%75.88%-
HSV(B)351.06º21.66%85.1%-
XYZ50.9346.6847.92-
YUV184.85123.57150.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=38.48%
G=30.14%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717017700.220.180.15351.0638.2175.88
HexD9AAB101612F15f264c
Octal331252261026221753746114
Binary1101100110101010101100010101101001011111010111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAB1; }

 p { color: rgb(217,170,177); }

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

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

 a { background-color: rgb(217,170,177); }

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

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

 span { border-color: rgb(217,170,177); }

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