#D7ACAF

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

Shades of Pale Chestnut #D7ACAF

Tints of Pale Chestnut #D7ACAF

Color information

#D7ACAF (or 0xD7ACAF) is unknown color: approx Pale Chestnut. HEX triplet: D7, AC and AF. RGB value is (215,172,175). Sum of RGB (Red+Green+Blue) = 215+172+175=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ACAF is #285350. Grayscale: #B9B9B9. Windows color (decimal): -2642769 or 11513047. OLE color: 11513047.

HSL color Cylindrical-coordinate representation of color #D7ACAF: hue angle of 355.81º degrees, saturation: 0.35, 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 #D7ACAF is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215172175-
CMYK00.20.190.16
HSL355.81º34.96%75.88%-
HSV(B)355.81º20%84.31%-
XYZ50.5147.0546.98-
YUV185.2122.25149.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=38.26%
G=30.60%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517217500.20.190.16355.8134.9675.88
HexD7ACAF0141310164234c
Octal327254257024232054443114
Binary11010111101011001010111101010010011100001011001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACAF; }

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

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

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

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

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

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

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

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