#D9A4AB

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

Shades of Pale Chestnut #D9A4AB

Tints of Pale Chestnut #D9A4AB

Color information

#D9A4AB (or 0xD9A4AB) is unknown color: approx Pale Chestnut. HEX triplet: D9, A4 and AB. RGB value is (217,164,171). Sum of RGB (Red+Green+Blue) = 217+164+171=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A4AB is #265B54. Grayscale: #B4B4B4. Windows color (decimal): -2513749 or 11248857. OLE color: 11248857.

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

Color convert

RGB217164171-
CMYK00.240.210.15
HSL352.08º41.09%74.71%-
HSV(B)352.08º24.42%85.1%-
XYZ49.2444.2444.47-
YUV180.64122.56153.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=39.31%
G=29.71%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716417100.240.210.15352.0841.0974.71
HexD9A4AB01815F160294b
Octal331244253030251754051113
Binary1101100110100100101010110110001010111111011000001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4AB; }

 p { color: rgb(217,164,171); }

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

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

 a { background-color: rgb(217,164,171); }

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

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

 span { border-color: rgb(217,164,171); }

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