Shades of Pale Chestnut #D0A7AC
Tints of Pale Chestnut #D0A7AC
RGB
CMYK
RGB Variations
Color information
#D0A7AC (or 0xD0A7AC) is known color: Pale Chestnut. HEX triplet: D0, A7 and AC. RGB value is (208,167,172). Sum of RGB (Red+Green+Blue) = 208+167+172=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A7AC is #2F5853. Grayscale: #B3B3B3. Windows color (decimal): -3102804 or 11315152. OLE color: 11315152.
HSL color Cylindrical-coordinate representation of color #D0A7AC: hue angle of 352.68º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A7AC is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 172 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.18 |
| HSL | 352.68º | 0.3% | 0.74% | - |
| HSV(B) | 352.68º | 0.2% | 0.82% | - |
| XYZ | 47.28 | 44.03 | 45.04 | - |
| YUV | 179.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 172 | 0 | 0.20 | 0.17 | 0.18 | 352.68 | 0.3 | 0.74 |
| Hex | D0 | A7 | AC | 0 | 14 | 11 | 12 | 161 | 1E | 4A |
| Octal | 320 | 247 | 254 | 0 | 24 | 21 | 22 | 541 | 36 | 112 |
| Binary | 11010000 | 10100111 | 10101100 | 0 | 10100 | 10001 | 10010 | 101100001 | 11110 | 1001010 |
Color Harmonies of #D0A7AC
Complementary color
Monochromatic Colors of #D0A7AC
Black with #D0A7AC
Text Example
Text Example
White with #D0A7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7AC; }
p { color: rgb(208,167,172); }
H1.HeaderClassName
{
color: #D0A7AC;
}
.AnyTagClassName
{
color: #D0A7AC;
}
</style>
background-color css
<style>
a { background-color: #D0A7AC; }
a { background-color: rgb(208,167,172); }
div.DivClassName
{
background-color: #D0A7AC;
}
.BgClassName
{
background-color: #D0A7AC;
}
</style>
border-color css
<style>
span { border-color: #D0A7AC; }
span { border-color: rgb(208,167,172); }
td.TdClassName
{
border-color: #D0A7AC;
}
.TagClassName
{
border-color: #D0A7AC;
}
</style>