#D8A4AE

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

Shades of Pale Chestnut #D8A4AE

Tints of Pale Chestnut #D8A4AE

Color information

#D8A4AE (or 0xD8A4AE) is unknown color: approx Pale Chestnut. HEX triplet: D8, A4 and AE. RGB value is (216,164,174). Sum of RGB (Red+Green+Blue) = 216+164+174=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A4AE is #275B51. Grayscale: #B4B4B4. Windows color (decimal): -2579282 or 11445464. OLE color: 11445464.

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

Color convert

RGB216164174-
CMYK00.240.190.15
HSL348.46º40%74.51%-
HSV(B)348.46º24.07%84.71%-
XYZ49.2344.2145.98-
YUV180.69124.23153.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=38.99%
G=29.60%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616417400.240.190.15348.464074.51
HexD8A4AE01813F15c284b
Octal330244256030231753450113
Binary1101100010100100101011100110001001111111010111001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A4AE; }

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

 H1.HeaderClassName
 {
   color: #D8A4AE;
 }
 .AnyTagClassName
 {
   color: #D8A4AE;
 }
</style>
background-color css

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

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

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

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

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

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