Html Css Color HEX #D1A9AD Pale Chestnut

📋 copy color: '#D1A9AD'

red 209 ◦ green 169 ◦ blue 173

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

Shades of Pale Chestnut #D1A9AD

Tints of Pale Chestnut #D1A9AD

RGB

 RED value IS 209 (82.03% from 255) = 37.93%

 GREEN value IS 169 (66.41% from 255) = 30.67%

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

R = 37.93%
G = 30.67%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1A9AD (or 0xD1A9AD) is known color: Pale Chestnut. HEX triplet: D1, A9 and AD. RGB value is (209,169,173). Sum of RGB (Red+Green+Blue) = 209+169+173=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A9AD is #2E5652. Grayscale: #B5B5B5. Windows color (decimal): -3036755 or 11381201. OLE color: 11381201.

HSL color Cylindrical-coordinate representation of color #D1A9AD: hue angle of 354º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1A9AD is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 169 173 -
CMYK 0 0.19 0.17 0.18
HSL 354º 0.3% 0.74% -
HSV(B) 354º 0.19% 0.82% -
XYZ 48.03 44.95 45.68 -
YUV 181.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 209 169 173 0 0.19 0.17 0.18 354 0.3 0.74
Hex D1 A9 AD 0 13 11 12 162 1E 4A
Octal 321 251 255 0 23 21 22 542 36 112
Binary 11010001 10101001 10101101 0 10011 10001 10010 101100010 11110 1001010

Color Harmonies of #D1A9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A9AD

Black with #D1A9AD

Text Example


Text Example

White with #D1A9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A9AD; }

 p { color: rgb(209,169,173); }

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

background-color css

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

 a { background-color: rgb(209,169,173); }

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

border-color css

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

 span { border-color: rgb(209,169,173); }

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