Html Css Color HEX #D9A2AD Pale Chestnut

📋 copy color: '#D9A2AD'

red 217 ◦ green 162 ◦ blue 173

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

Shades of Pale Chestnut #D9A2AD

Tints of Pale Chestnut #D9A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.35%

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 39.31%
G = 29.35%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9A2AD (or 0xD9A2AD) is known color: Pale Chestnut. HEX triplet: D9, A2 and AD. RGB value is (217,162,173). Sum of RGB (Red+Green+Blue) = 217+162+173=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A2AD is #265D52. Grayscale: #B3B3B3. Windows color (decimal): -2514259 or 11379417. OLE color: 11379417.

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

Color convert

RGB 217 162 173 -
CMYK 0 0.25 0.20 0.15
HSL 348º 0.42% 0.74% -
HSV(B) 348º 0.25% 0.85% -
XYZ 49.08 43.61 45.37 -
YUV 179.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 217 162 173 0 0.25 0.20 0.15 348 0.42 0.74
Hex D9 A2 AD 0 19 14 F 15C 2A 4A
Octal 331 242 255 0 31 24 17 534 52 112
Binary 11011001 10100010 10101101 0 11001 10100 1111 101011100 101010 1001010

Color Harmonies of #D9A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A2AD

Black with #D9A2AD

Text Example


Text Example

White with #D9A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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