#D8A2AD

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

Shades of Pale Chestnut #D8A2AD

Tints of Pale Chestnut #D8A2AD

Color information

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

RGB216162173-
CMYK00.250.200.15
HSL347.78º40.91%74.12%-
HSV(B)347.78º25%84.71%-
XYZ48.7843.4645.35-
YUV179.4124.39154.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=39.20%
G=29.40%
B=31.40%

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
Decimal21616217300.250.200.15347.7840.9174.12
HexD8A2AD01914F15c294a
Octal330242255031241753451112
Binary1101100010100010101011010110011010011111010111001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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