Shades of Pale Chestnut #D3A5AD
Tints of Pale Chestnut #D3A5AD
RGB
CMYK
RGB Variations
Color information
#D3A5AD (or 0xD3A5AD) is known color: Pale Chestnut. HEX triplet: D3, A5 and AD. RGB value is (211,165,173). Sum of RGB (Red+Green+Blue) = 211+165+173=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A5AD is #2C5A52. Grayscale: #B3B3B3. Windows color (decimal): -2906707 or 11380179. OLE color: 11380179.
HSL color Cylindrical-coordinate representation of color #D3A5AD: hue angle of 349.57º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A5AD is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 173 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.17 |
| HSL | 349.57º | 0.34% | 0.74% | - |
| HSV(B) | 349.57º | 0.22% | 0.83% | - |
| XYZ | 47.86 | 43.78 | 45.46 | - |
| YUV | 179.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 173 | 0 | 0.22 | 0.18 | 0.17 | 349.57 | 0.34 | 0.74 |
| Hex | D3 | A5 | AD | 0 | 16 | 12 | 11 | 15E | 22 | 4A |
| Octal | 323 | 245 | 255 | 0 | 26 | 22 | 21 | 536 | 42 | 112 |
| Binary | 11010011 | 10100101 | 10101101 | 0 | 10110 | 10010 | 10001 | 101011110 | 100010 | 1001010 |
Color Harmonies of #D3A5AD
Complementary color
Monochromatic Colors of #D3A5AD
Black with #D3A5AD
Text Example
Text Example
White with #D3A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A5AD; }
p { color: rgb(211,165,173); }
H1.HeaderClassName
{
color: #D3A5AD;
}
.AnyTagClassName
{
color: #D3A5AD;
}
</style>
background-color css
<style>
a { background-color: #D3A5AD; }
a { background-color: rgb(211,165,173); }
div.DivClassName
{
background-color: #D3A5AD;
}
.BgClassName
{
background-color: #D3A5AD;
}
</style>
border-color css
<style>
span { border-color: #D3A5AD; }
span { border-color: rgb(211,165,173); }
td.TdClassName
{
border-color: #D3A5AD;
}
.TagClassName
{
border-color: #D3A5AD;
}
</style>