Shades of Pale Chestnut #D5A3AC
Tints of Pale Chestnut #D5A3AC
RGB
CMYK
RGB Variations
Color information
#D5A3AC (or 0xD5A3AC) is known color: Pale Chestnut. HEX triplet: D5, A3 and AC. RGB value is (213,163,172). Sum of RGB (Red+Green+Blue) = 213+163+172=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A3AC is #2A5C53. Grayscale: #B2B2B2. Windows color (decimal): -2776148 or 11314133. OLE color: 11314133.
HSL color Cylindrical-coordinate representation of color #D5A3AC: hue angle of 349.2º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A3AC is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 172 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.16 |
| HSL | 349.2º | 0.37% | 0.74% | - |
| HSV(B) | 349.2º | 0.23% | 0.84% | - |
| XYZ | 47.98 | 43.32 | 44.86 | - |
| YUV | 178.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 172 | 0 | 0.23 | 0.19 | 0.16 | 349.2 | 0.37 | 0.74 |
| Hex | D5 | A3 | AC | 0 | 17 | 13 | 10 | 15D | 25 | 4A |
| Octal | 325 | 243 | 254 | 0 | 27 | 23 | 20 | 535 | 45 | 112 |
| Binary | 11010101 | 10100011 | 10101100 | 0 | 10111 | 10011 | 10000 | 101011101 | 100101 | 1001010 |
Color Harmonies of #D5A3AC
Complementary color
Monochromatic Colors of #D5A3AC
Black with #D5A3AC
Text Example
Text Example
White with #D5A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3AC; }
p { color: rgb(213,163,172); }
H1.HeaderClassName
{
color: #D5A3AC;
}
.AnyTagClassName
{
color: #D5A3AC;
}
</style>
background-color css
<style>
a { background-color: #D5A3AC; }
a { background-color: rgb(213,163,172); }
div.DivClassName
{
background-color: #D5A3AC;
}
.BgClassName
{
background-color: #D5A3AC;
}
</style>
border-color css
<style>
span { border-color: #D5A3AC; }
span { border-color: rgb(213,163,172); }
td.TdClassName
{
border-color: #D5A3AC;
}
.TagClassName
{
border-color: #D5A3AC;
}
</style>