Html Css Color HEX #D9A6AA Pale Chestnut

📋 copy color: '#D9A6AA'

red 217 ◦ green 166 ◦ blue 170

#D9A6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #D9A6AA

Tints of Pale Chestnut #D9A6AA

RGB

 RED value IS 217 (85.16% from 255) = 39.24%

 GREEN value IS 166 (65.23% from 255) = 30.02%

 BLUE value IS 170 (66.8% from 255) = 30.74%

R = 39.24%
G = 30.02%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9A6AA (or 0xD9A6AA) is known color: Pale Chestnut. HEX triplet: D9, A6 and AA. RGB value is (217,166,170). Sum of RGB (Red+Green+Blue) = 217+166+170=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A6AA is #265955. Grayscale: #B5B5B5. Windows color (decimal): -2513238 or 11183833. OLE color: 11183833.

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

Color convert

RGB 217 166 170 -
CMYK 0 0.24 0.22 0.15
HSL 355.29º 0.4% 0.75% -
HSV(B) 355.29º 0.24% 0.85% -
XYZ 49.51 44.93 44.09 -
YUV 181.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 217 166 170 0 0.24 0.22 0.15 355.29 0.4 0.75
Hex D9 A6 AA 0 18 16 F 163 28 4B
Octal 331 246 252 0 30 26 17 543 50 113
Binary 11011001 10100110 10101010 0 11000 10110 1111 101100011 101000 1001011

Color Harmonies of #D9A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A6AA

Black with #D9A6AA

Text Example


Text Example

White with #D9A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A6AA; }

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

 H1.HeaderClassName
 {
   color: #D9A6AA;
 }
 .AnyTagClassName
 {
   color: #D9A6AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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