#D9A4AC

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

Shades of Pale Chestnut #D9A4AC

Tints of Pale Chestnut #D9A4AC

Color information

#D9A4AC (or 0xD9A4AC) is unknown color: approx Pale Chestnut. HEX triplet: D9, A4 and AC. RGB value is (217,164,172). Sum of RGB (Red+Green+Blue) = 217+164+172=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A4AC is #265B53. Grayscale: #B4B4B4. Windows color (decimal): -2513748 or 11314393. OLE color: 11314393.

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

Color convert

RGB217164172-
CMYK00.240.210.15
HSL350.94º41.09%74.71%-
HSV(B)350.94º24.42%85.1%-
XYZ49.3444.2844.98-
YUV180.76123.06153.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=39.24%
G=29.66%
B=31.10%

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
Decimal21716417200.240.210.15350.9441.0974.71
HexD9A4AC01815F15f294b
Octal331244254030251753751113
Binary1101100110100100101011000110001010111111010111111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4AC; }

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

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

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

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

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

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

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

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