Shades of Pale Chestnut #D2A5AD
Tints of Pale Chestnut #D2A5AD
RGB
CMYK
RGB Variations
Color information
#D2A5AD (or 0xD2A5AD) is known color: Pale Chestnut. HEX triplet: D2, A5 and AD. RGB value is (210,165,173). Sum of RGB (Red+Green+Blue) = 210+165+173=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A5AD is #2D5A52. Grayscale: #B3B3B3. Windows color (decimal): -2972243 or 11380178. OLE color: 11380178.
HSL color Cylindrical-coordinate representation of color #D2A5AD: hue angle of 349.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A5AD is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 173 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.18 |
| HSL | 349.33º | 0.33% | 0.74% | - |
| HSV(B) | 349.33º | 0.21% | 0.82% | - |
| XYZ | 47.58 | 43.63 | 45.45 | - |
| YUV | 179.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 173 | 0 | 0.21 | 0.18 | 0.18 | 349.33 | 0.33 | 0.74 |
| Hex | D2 | A5 | AD | 0 | 15 | 12 | 12 | 15D | 21 | 4A |
| Octal | 322 | 245 | 255 | 0 | 25 | 22 | 22 | 535 | 41 | 112 |
| Binary | 11010010 | 10100101 | 10101101 | 0 | 10101 | 10010 | 10010 | 101011101 | 100001 | 1001010 |
Color Harmonies of #D2A5AD
Complementary color
Monochromatic Colors of #D2A5AD
Black with #D2A5AD
Text Example
Text Example
White with #D2A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A5AD; }
p { color: rgb(210,165,173); }
H1.HeaderClassName
{
color: #D2A5AD;
}
.AnyTagClassName
{
color: #D2A5AD;
}
</style>
background-color css
<style>
a { background-color: #D2A5AD; }
a { background-color: rgb(210,165,173); }
div.DivClassName
{
background-color: #D2A5AD;
}
.BgClassName
{
background-color: #D2A5AD;
}
</style>
border-color css
<style>
span { border-color: #D2A5AD; }
span { border-color: rgb(210,165,173); }
td.TdClassName
{
border-color: #D2A5AD;
}
.TagClassName
{
border-color: #D2A5AD;
}
</style>