#D5ACAF

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

Shades of Pale Chestnut #D5ACAF

Tints of Pale Chestnut #D5ACAF

Color information

#D5ACAF (or 0xD5ACAF) is unknown color: approx Pale Chestnut. HEX triplet: D5, AC and AF. RGB value is (213,172,175). Sum of RGB (Red+Green+Blue) = 213+172+175=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ACAF is #2A5350. Grayscale: #B8B8B8. Windows color (decimal): -2773841 or 11513045. OLE color: 11513045.

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

Color convert

RGB213172175-
CMYK00.190.180.16
HSL355.61º32.8%75.49%-
HSV(B)355.61º19.25%83.53%-
XYZ49.9346.7546.95-
YUV184.6122.58148.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=38.04%
G=30.71%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317217500.190.180.16355.6132.875.49
HexD5ACAF0131210164214b
Octal325254257023222054441113
Binary11010101101011001010111101001110010100001011001001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACAF; }

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

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

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

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

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

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

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

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