#D6ACAE

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

Shades of Pale Chestnut #D6ACAE

Tints of Pale Chestnut #D6ACAE

Color information

#D6ACAE (or 0xD6ACAE) is unknown color: approx Pale Chestnut. HEX triplet: D6, AC and AE. RGB value is (214,172,174). Sum of RGB (Red+Green+Blue) = 214+172+174=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACAE is #295351. Grayscale: #B8B8B8. Windows color (decimal): -2708306 or 11447510. OLE color: 11447510.

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

Color convert

RGB214172174-
CMYK00.200.190.16
HSL357.14º33.87%75.69%-
HSV(B)357.14º19.63%83.92%-
XYZ50.1246.8646.45-
YUV184.79121.91148.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=38.21%
G=30.71%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417217400.200.190.16357.1433.8775.69
HexD6ACAE0141310165224c
Octal326254256024232054542114
Binary11010110101011001010111001010010011100001011001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACAE; }

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

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

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

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

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

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

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

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