Shades of Pale Chestnut #DAA1AC
Tints of Pale Chestnut #DAA1AC
RGB
CMYK
RGB Variations
Color information
#DAA1AC (or 0xDAA1AC) is known color: Pale Chestnut. HEX triplet: DA, A1 and AC. RGB value is (218,161,172). Sum of RGB (Red+Green+Blue) = 218+161+172=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1AC is #255E53. Grayscale: #B3B3B3. Windows color (decimal): -2448980 or 11313626. OLE color: 11313626.
HSL color Cylindrical-coordinate representation of color #DAA1AC: hue angle of 348.42º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1AC is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 172 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.15 |
| HSL | 348.42º | 0.44% | 0.74% | - |
| HSV(B) | 348.42º | 0.26% | 0.85% | - |
| XYZ | 49.1 | 43.37 | 44.81 | - |
| YUV | 179.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 172 | 0 | 0.26 | 0.21 | 0.15 | 348.42 | 0.44 | 0.74 |
| Hex | DA | A1 | AC | 0 | 1A | 15 | F | 15C | 2C | 4A |
| Octal | 332 | 241 | 254 | 0 | 32 | 25 | 17 | 534 | 54 | 112 |
| Binary | 11011010 | 10100001 | 10101100 | 0 | 11010 | 10101 | 1111 | 101011100 | 101100 | 1001010 |
Color Harmonies of #DAA1AC
Complementary color
Monochromatic Colors of #DAA1AC
Black with #DAA1AC
Text Example
Text Example
White with #DAA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1AC; }
p { color: rgb(218,161,172); }
H1.HeaderClassName
{
color: #DAA1AC;
}
.AnyTagClassName
{
color: #DAA1AC;
}
</style>
background-color css
<style>
a { background-color: #DAA1AC; }
a { background-color: rgb(218,161,172); }
div.DivClassName
{
background-color: #DAA1AC;
}
.BgClassName
{
background-color: #DAA1AC;
}
</style>
border-color css
<style>
span { border-color: #DAA1AC; }
span { border-color: rgb(218,161,172); }
td.TdClassName
{
border-color: #DAA1AC;
}
.TagClassName
{
border-color: #DAA1AC;
}
</style>