Shades of Pale Chestnut #D0A8AC
Tints of Pale Chestnut #D0A8AC
RGB
CMYK
RGB Variations
Color information
#D0A8AC (or 0xD0A8AC) is known color: Pale Chestnut. HEX triplet: D0, A8 and AC. RGB value is (208,168,172). Sum of RGB (Red+Green+Blue) = 208+168+172=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A8AC is #2F5753. Grayscale: #B4B4B4. Windows color (decimal): -3102548 or 11315408. OLE color: 11315408.
HSL color Cylindrical-coordinate representation of color #D0A8AC: hue angle of 354º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A8AC is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 172 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.18 |
| HSL | 354º | 0.3% | 0.74% | - |
| HSV(B) | 354º | 0.19% | 0.82% | - |
| XYZ | 47.46 | 44.39 | 45.1 | - |
| YUV | 180.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 172 | 0 | 0.19 | 0.17 | 0.18 | 354 | 0.3 | 0.74 |
| Hex | D0 | A8 | AC | 0 | 13 | 11 | 12 | 162 | 1E | 4A |
| Octal | 320 | 250 | 254 | 0 | 23 | 21 | 22 | 542 | 36 | 112 |
| Binary | 11010000 | 10101000 | 10101100 | 0 | 10011 | 10001 | 10010 | 101100010 | 11110 | 1001010 |
Color Harmonies of #D0A8AC
Complementary color
Monochromatic Colors of #D0A8AC
Black with #D0A8AC
Text Example
Text Example
White with #D0A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8AC; }
p { color: rgb(208,168,172); }
H1.HeaderClassName
{
color: #D0A8AC;
}
.AnyTagClassName
{
color: #D0A8AC;
}
</style>
background-color css
<style>
a { background-color: #D0A8AC; }
a { background-color: rgb(208,168,172); }
div.DivClassName
{
background-color: #D0A8AC;
}
.BgClassName
{
background-color: #D0A8AC;
}
</style>
border-color css
<style>
span { border-color: #D0A8AC; }
span { border-color: rgb(208,168,172); }
td.TdClassName
{
border-color: #D0A8AC;
}
.TagClassName
{
border-color: #D0A8AC;
}
</style>