Html Css Color HEX #D8A2AD Pale Chestnut

📋 copy color: '#D8A2AD'

red 216 ◦ green 162 ◦ blue 173

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

Shades of Pale Chestnut #D8A2AD

Tints of Pale Chestnut #D8A2AD

RGB

 RED value IS 216 (84.77% from 255) = 39.2%

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

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

R = 39.2%
G = 29.4%
B = 31.4%

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

#D8A2AD (or 0xD8A2AD) is known color: Pale Chestnut. HEX triplet: D8, A2 and AD. RGB value is (216,162,173). Sum of RGB (Red+Green+Blue) = 216+162+173=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A2AD is #275D52. Grayscale: #B3B3B3. Windows color (decimal): -2579795 or 11379416. OLE color: 11379416.

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

Color convert

RGB 216 162 173 -
CMYK 0 0.25 0.20 0.15
HSL 347.78º 0.41% 0.74% -
HSV(B) 347.78º 0.25% 0.85% -
XYZ 48.78 43.46 45.35 -
YUV 179.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 216 162 173 0 0.25 0.20 0.15 347.78 0.41 0.74
Hex D8 A2 AD 0 19 14 F 15C 29 4A
Octal 330 242 255 0 31 24 17 534 51 112
Binary 11011000 10100010 10101101 0 11001 10100 1111 101011100 101001 1001010

Color Harmonies of #D8A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A2AD

Black with #D8A2AD

Text Example


Text Example

White with #D8A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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