#D9A3AA

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

Shades of Pale Chestnut #D9A3AA

Tints of Pale Chestnut #D9A3AA

Color information

#D9A3AA (or 0xD9A3AA) is unknown color: approx Pale Chestnut. HEX triplet: D9, A3 and AA. RGB value is (217,163,170). Sum of RGB (Red+Green+Blue) = 217+163+170=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A3AA is #265C55. Grayscale: #B3B3B3. Windows color (decimal): -2514006 or 11183065. OLE color: 11183065.

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

Color convert

RGB217163170-
CMYK00.250.220.15
HSL352.22º41.54%74.51%-
HSV(B)352.22º24.88%85.1%-
XYZ48.9743.8543.91-
YUV179.94122.39154.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=39.45%
G=29.64%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716317000.250.220.15352.2241.5474.51
HexD9A3AA01916F1602a4b
Octal331243252031261754052113
Binary1101100110100011101010100110011011011111011000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A3AA; }

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

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

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

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

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

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

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

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