#D0ACAF

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

Shades of Pale Chestnut #D0ACAF

Tints of Pale Chestnut #D0ACAF

Color information

#D0ACAF (or 0xD0ACAF) is unknown color: approx Pale Chestnut. HEX triplet: D0, AC and AF. RGB value is (208,172,175). Sum of RGB (Red+Green+Blue) = 208+172+175=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ACAF is #2F5350. Grayscale: #B7B7B7. Windows color (decimal): -3101521 or 11513040. OLE color: 11513040.

HSL color Cylindrical-coordinate representation of color #D0ACAF: hue angle of 355º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ACAF is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208172175-
CMYK00.170.160.18
HSL355º27.69%74.51%-
HSV(B)355º17.31%81.57%-
XYZ48.546.0146.88-
YUV183.11123.43145.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=37.48%
G=30.99%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817217500.170.160.1835527.6974.51
HexD0ACAF01110121631c4b
Octal320254257021202254334113
Binary1101000010101100101011110100011000010010101100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACAF; }

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

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

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

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

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

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

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

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