Html Css Color HEX #D8A6AC Pale Chestnut

📋 copy color: '#D8A6AC'

red 216 ◦ green 166 ◦ blue 172

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

Shades of Pale Chestnut #D8A6AC

Tints of Pale Chestnut #D8A6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

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

R = 38.99%
G = 29.96%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8A6AC (or 0xD8A6AC) is known color: Pale Chestnut. HEX triplet: D8, A6 and AC. RGB value is (216,166,172). Sum of RGB (Red+Green+Blue) = 216+166+172=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A6AC is #275953. Grayscale: #B5B5B5. Windows color (decimal): -2578772 or 11314904. OLE color: 11314904.

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

Color convert

RGB 216 166 172 -
CMYK 0 0.23 0.20 0.15
HSL 352.8º 0.39% 0.75% -
HSV(B) 352.8º 0.23% 0.85% -
XYZ 49.4 44.85 45.08 -
YUV 181.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 216 166 172 0 0.23 0.20 0.15 352.8 0.39 0.75
Hex D8 A6 AC 0 17 14 F 161 27 4B
Octal 330 246 254 0 27 24 17 541 47 113
Binary 11011000 10100110 10101100 0 10111 10100 1111 101100001 100111 1001011

Color Harmonies of #D8A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6AC

Black with #D8A6AC

Text Example


Text Example

White with #D8A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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