Shades of Pale Chestnut #D5A7A8
Tints of Pale Chestnut #D5A7A8
RGB
CMYK
RGB Variations
Color information
#D5A7A8 (or 0xD5A7A8) is known color: Pale Chestnut. HEX triplet: D5, A7 and A8. RGB value is (213,167,168). Sum of RGB (Red+Green+Blue) = 213+167+168=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A7A8 is #2A5857. Grayscale: #B4B4B4. Windows color (decimal): -2775128 or 11053013. OLE color: 11053013.
HSL color Cylindrical-coordinate representation of color #D5A7A8: hue angle of 358.7º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A7A8 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 167 | 168 | - |
CMYK | 0 | 0.22 | 0.21 | 0.16 |
HSL | 358.7º | 0.35% | 0.75% | - |
HSV(B) | 358.7º | 0.22% | 0.84% | - |
XYZ | 48.33 | 44.61 | 43.11 | - |
YUV | 180.87 | 120.74 | 150.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 167 | 168 | 0 | 0.22 | 0.21 | 0.16 | 358.7 | 0.35 | 0.75 |
Hex | D5 | A7 | A8 | 0 | 16 | 15 | 10 | 167 | 23 | 4B |
Octal | 325 | 247 | 250 | 0 | 26 | 25 | 20 | 547 | 43 | 113 |
Binary | 11010101 | 10100111 | 10101000 | 0 | 10110 | 10101 | 10000 | 101100111 | 100011 | 1001011 |
Color Harmonies of #D5A7A8
Complementary color
Monochromatic Colors of #D5A7A8
Black with #D5A7A8
Text Example
Text Example
White with #D5A7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A7A8; }
p { color: rgb(213,167,168); }
H1.HeaderClassName
{
color: #D5A7A8;
}
.AnyTagClassName
{
color: #D5A7A8;
}
</style>
background-color css
<style>
a { background-color: #D5A7A8; }
a { background-color: rgb(213,167,168); }
div.DivClassName
{
background-color: #D5A7A8;
}
.BgClassName
{
background-color: #D5A7A8;
}
</style>
border-color css
<style>
span { border-color: #D5A7A8; }
span { border-color: rgb(213,167,168); }
td.TdClassName
{
border-color: #D5A7A8;
}
.TagClassName
{
border-color: #D5A7A8;
}
</style>