#d8a2ac

Color #D8A2AC Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #D8A2AC

Tints of Pale Chestnut #D8A2AC

Color information

#D8A2AC (or 0xD8A2AC) is unknown color: approx 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

RGB216162172-
CMYK00.250.200.15
HSL348.89º40.91%74.12%-
HSV(B)348.89º25%84.71%-
XYZ48.6943.4244.84-
YUV179.29123.89154.19-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616217200.250.200.15348.8940.9174.12
HexD8A2AC01914F15d294a
Octal330242254031241753551112
Binary1101100010100010101011000110011010011111010111011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8a2ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>