Shades of Pale Chestnut #DFA2AC
Tints of Pale Chestnut #DFA2AC
RGB
CMYK
RGB Variations
Color information
#DFA2AC (or 0xDFA2AC) is known color: Pale Chestnut. HEX triplet: DF, A2 and AC. RGB value is (223,162,172). Sum of RGB (Red+Green+Blue) = 223+162+172=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA2AC is #205D53. Grayscale: #B5B5B5. Windows color (decimal): -2121044 or 11313887. OLE color: 11313887.
HSL color Cylindrical-coordinate representation of color #DFA2AC: hue angle of 350.16º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA2AC is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 172 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.13 |
| HSL | 350.16º | 0.49% | 0.75% | - |
| HSV(B) | 350.16º | 0.27% | 0.87% | - |
| XYZ | 50.8 | 44.51 | 44.94 | - |
| YUV | 181.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 172 | 0 | 0.27 | 0.23 | 0.13 | 350.16 | 0.49 | 0.75 |
| Hex | DF | A2 | AC | 0 | 1B | 17 | D | 15E | 31 | 4B |
| Octal | 337 | 242 | 254 | 0 | 33 | 27 | 15 | 536 | 61 | 113 |
| Binary | 11011111 | 10100010 | 10101100 | 0 | 11011 | 10111 | 1101 | 101011110 | 110001 | 1001011 |
Color Harmonies of #DFA2AC
Complementary color
Monochromatic Colors of #DFA2AC
Black with #DFA2AC
Text Example
Text Example
White with #DFA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2AC; }
p { color: rgb(223,162,172); }
H1.HeaderClassName
{
color: #DFA2AC;
}
.AnyTagClassName
{
color: #DFA2AC;
}
</style>
background-color css
<style>
a { background-color: #DFA2AC; }
a { background-color: rgb(223,162,172); }
div.DivClassName
{
background-color: #DFA2AC;
}
.BgClassName
{
background-color: #DFA2AC;
}
</style>
border-color css
<style>
span { border-color: #DFA2AC; }
span { border-color: rgb(223,162,172); }
td.TdClassName
{
border-color: #DFA2AC;
}
.TagClassName
{
border-color: #DFA2AC;
}
</style>