Shades of Pale Chestnut #D5A5AC
Tints of Pale Chestnut #D5A5AC
RGB
CMYK
RGB Variations
Color information
#D5A5AC (or 0xD5A5AC) is known color: Pale Chestnut. HEX triplet: D5, A5 and AC. RGB value is (213,165,172). Sum of RGB (Red+Green+Blue) = 213+165+172=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A5AC is #2A5A53. Grayscale: #B4B4B4. Windows color (decimal): -2775636 or 11314645. OLE color: 11314645.
HSL color Cylindrical-coordinate representation of color #D5A5AC: hue angle of 351.25º degrees, saturation: 0.36, 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 #D5A5AC is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 172 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.16 |
| HSL | 351.25º | 0.36% | 0.74% | - |
| HSV(B) | 351.25º | 0.23% | 0.84% | - |
| XYZ | 48.34 | 44.03 | 44.98 | - |
| YUV | 180.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 172 | 0 | 0.23 | 0.19 | 0.16 | 351.25 | 0.36 | 0.74 |
| Hex | D5 | A5 | AC | 0 | 17 | 13 | 10 | 15F | 24 | 4A |
| Octal | 325 | 245 | 254 | 0 | 27 | 23 | 20 | 537 | 44 | 112 |
| Binary | 11010101 | 10100101 | 10101100 | 0 | 10111 | 10011 | 10000 | 101011111 | 100100 | 1001010 |
Color Harmonies of #D5A5AC
Complementary color
Monochromatic Colors of #D5A5AC
Black with #D5A5AC
Text Example
Text Example
White with #D5A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A5AC; }
p { color: rgb(213,165,172); }
H1.HeaderClassName
{
color: #D5A5AC;
}
.AnyTagClassName
{
color: #D5A5AC;
}
</style>
background-color css
<style>
a { background-color: #D5A5AC; }
a { background-color: rgb(213,165,172); }
div.DivClassName
{
background-color: #D5A5AC;
}
.BgClassName
{
background-color: #D5A5AC;
}
</style>
border-color css
<style>
span { border-color: #D5A5AC; }
span { border-color: rgb(213,165,172); }
td.TdClassName
{
border-color: #D5A5AC;
}
.TagClassName
{
border-color: #D5A5AC;
}
</style>