#D8ACAE

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

Shades of Pale Chestnut #D8ACAE

Tints of Pale Chestnut #D8ACAE

Color information

#D8ACAE (or 0xD8ACAE) is unknown color: approx Pale Chestnut. HEX triplet: D8, AC and AE. RGB value is (216,172,174). Sum of RGB (Red+Green+Blue) = 216+172+174=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ACAE is #275351. Grayscale: #B9B9B9. Windows color (decimal): -2577234 or 11447512. OLE color: 11447512.

HSL color Cylindrical-coordinate representation of color #D8ACAE: hue angle of 357.27º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACAE is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216172174-
CMYK00.200.190.15
HSL357.27º36.07%76.08%-
HSV(B)357.27º20.37%84.71%-
XYZ50.7147.1646.47-
YUV185.38121.58149.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=38.43%
G=30.60%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617217400.200.190.15357.2736.0776.08
HexD8ACAE01413F165244c
Octal330254256024231754544114
Binary1101100010101100101011100101001001111111011001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACAE; }

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

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

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

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

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

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

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

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