Html Css Color HEX #D8A4AC Pale Chestnut

📋 copy color: '#D8A4AC'

red 216 ◦ green 164 ◦ blue 172

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

Shades of Pale Chestnut #D8A4AC

Tints of Pale Chestnut #D8A4AC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.71%

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

R = 39.13%
G = 29.71%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8A4AC (or 0xD8A4AC) is known color: Pale Chestnut. HEX triplet: D8, A4 and AC. RGB value is (216,164,172). Sum of RGB (Red+Green+Blue) = 216+164+172=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A4AC is #275B53. Grayscale: #B4B4B4. Windows color (decimal): -2579284 or 11314392. OLE color: 11314392.

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

Color convert

RGB 216 164 172 -
CMYK 0 0.24 0.20 0.15
HSL 350.77º 0.4% 0.75% -
HSV(B) 350.77º 0.24% 0.85% -
XYZ 49.04 44.13 44.96 -
YUV 180.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 216 164 172 0 0.24 0.20 0.15 350.77 0.4 0.75
Hex D8 A4 AC 0 18 14 F 15F 28 4B
Octal 330 244 254 0 30 24 17 537 50 113
Binary 11011000 10100100 10101100 0 11000 10100 1111 101011111 101000 1001011

Color Harmonies of #D8A4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A4AC

Black with #D8A4AC

Text Example


Text Example

White with #D8A4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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