Html Css Color HEX #D8A2AC Pale Chestnut

📋 copy color: '#D8A2AC'

red 216 ◦ green 162 ◦ blue 172

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

Shades of Pale Chestnut #D8A2AC

Tints of Pale Chestnut #D8A2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 39.27%
G = 29.45%
B = 31.27%

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

#D8A2AC (or 0xD8A2AC) is known color: Pale Chestnut. HEX triplet: D8, A2 and AC. RGB value is (216,162,172). Sum of RGB (Red+Green+Blue) = 216+162+172=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A2AC is #275D53. Grayscale: #B3B3B3. Windows color (decimal): -2579796 or 11313880. OLE color: 11313880.

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

Color convert

RGB 216 162 172 -
CMYK 0 0.25 0.20 0.15
HSL 348.89º 0.41% 0.74% -
HSV(B) 348.89º 0.25% 0.85% -
XYZ 48.69 43.42 44.84 -
YUV 179.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 216 162 172 0 0.25 0.20 0.15 348.89 0.41 0.74
Hex D8 A2 AC 0 19 14 F 15D 29 4A
Octal 330 242 254 0 31 24 17 535 51 112
Binary 11011000 10100010 10101100 0 11001 10100 1111 101011101 101001 1001010

Color Harmonies of #D8A2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A2AC

Black with #D8A2AC

Text Example


Text Example

White with #D8A2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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