#D6ACAF

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

Shades of Pale Chestnut #D6ACAF

Tints of Pale Chestnut #D6ACAF

Color information

#D6ACAF (or 0xD6ACAF) is unknown color: approx Pale Chestnut. HEX triplet: D6, AC and AF. RGB value is (214,172,175). Sum of RGB (Red+Green+Blue) = 214+172+175=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACAF is #295350. Grayscale: #B8B8B8. Windows color (decimal): -2708305 or 11513046. OLE color: 11513046.

HSL color Cylindrical-coordinate representation of color #D6ACAF: hue angle of 355.71º 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 #D6ACAF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214172175-
CMYK00.200.180.16
HSL355.71º33.87%75.69%-
HSV(B)355.71º19.63%83.92%-
XYZ50.2246.946.96-
YUV184.9122.41148.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=38.15%
G=30.66%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417217500.200.180.16355.7133.8775.69
HexD6ACAF0141210164224c
Octal326254257024222054442114
Binary11010110101011001010111101010010010100001011001001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACAF; }

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

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

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

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

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

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

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

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