#D8A4AC

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

Shades of Pale Chestnut #D8A4AC

Tints of Pale Chestnut #D8A4AC

Color information

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

RGB216164172-
CMYK00.240.200.15
HSL350.77º40%74.51%-
HSV(B)350.77º24.07%84.71%-
XYZ49.0444.1344.96-
YUV180.46123.23153.35-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616417200.240.200.15350.774074.51
HexD8A4AC01814F15f284b
Octal330244254030241753750113
Binary1101100010100100101011000110001010011111010111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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