#D9A3AD

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

Shades of Pale Chestnut #D9A3AD

Tints of Pale Chestnut #D9A3AD

Color information

#D9A3AD (or 0xD9A3AD) is unknown color: approx Pale Chestnut. HEX triplet: D9, A3 and AD. RGB value is (217,163,173). Sum of RGB (Red+Green+Blue) = 217+163+173=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A3AD is #265C52. Grayscale: #B4B4B4. Windows color (decimal): -2514003 or 11379673. OLE color: 11379673.

HSL color Cylindrical-coordinate representation of color #D9A3AD: hue angle of 348.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A3AD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217163173-
CMYK00.250.200.15
HSL348.89º41.54%74.51%-
HSV(B)348.89º24.88%85.1%-
XYZ49.2643.9645.42-
YUV180.29123.89154.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=39.24%
G=29.48%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716317300.250.200.15348.8941.5474.51
HexD9A3AD01914F15d2a4b
Octal331243255031241753552113
Binary1101100110100011101011010110011010011111010111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A3AD; }

 p { color: rgb(217,163,173); }

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

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

 a { background-color: rgb(217,163,173); }

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

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

 span { border-color: rgb(217,163,173); }

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