Shades of Pale Chestnut #DFA2AA
Tints of Pale Chestnut #DFA2AA
RGB
CMYK
RGB Variations
Color information
#DFA2AA (or 0xDFA2AA) is known color: Pale Chestnut. HEX triplet: DF, A2 and AA. RGB value is (223,162,170). Sum of RGB (Red+Green+Blue) = 223+162+170=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA2AA is #205D55. Grayscale: #B5B5B5. Windows color (decimal): -2121046 or 11182815. OLE color: 11182815.
HSL color Cylindrical-coordinate representation of color #DFA2AA: hue angle of 352.13º 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 #DFA2AA is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 170 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.13 |
| HSL | 352.13º | 0.49% | 0.75% | - |
| HSV(B) | 352.13º | 0.27% | 0.87% | - |
| XYZ | 50.61 | 44.43 | 43.94 | - |
| YUV | 181.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 170 | 0 | 0.27 | 0.24 | 0.13 | 352.13 | 0.49 | 0.75 |
| Hex | DF | A2 | AA | 0 | 1B | 18 | D | 160 | 31 | 4B |
| Octal | 337 | 242 | 252 | 0 | 33 | 30 | 15 | 540 | 61 | 113 |
| Binary | 11011111 | 10100010 | 10101010 | 0 | 11011 | 11000 | 1101 | 101100000 | 110001 | 1001011 |
Color Harmonies of #DFA2AA
Complementary color
Monochromatic Colors of #DFA2AA
Black with #DFA2AA
Text Example
Text Example
White with #DFA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2AA; }
p { color: rgb(223,162,170); }
H1.HeaderClassName
{
color: #DFA2AA;
}
.AnyTagClassName
{
color: #DFA2AA;
}
</style>
background-color css
<style>
a { background-color: #DFA2AA; }
a { background-color: rgb(223,162,170); }
div.DivClassName
{
background-color: #DFA2AA;
}
.BgClassName
{
background-color: #DFA2AA;
}
</style>
border-color css
<style>
span { border-color: #DFA2AA; }
span { border-color: rgb(223,162,170); }
td.TdClassName
{
border-color: #DFA2AA;
}
.TagClassName
{
border-color: #DFA2AA;
}
</style>