Shades of Pale Chestnut #D8A1A4
Tints of Pale Chestnut #D8A1A4
RGB
CMYK
RGB Variations
Color information
#D8A1A4 (or 0xD8A1A4) is known color: Pale Chestnut. HEX triplet: D8, A1 and A4. RGB value is (216,161,164). Sum of RGB (Red+Green+Blue) = 216+161+164=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A1A4 is #275E5B. Grayscale: #B1B1B1. Windows color (decimal): -2580060 or 10789336. OLE color: 10789336.
HSL color Cylindrical-coordinate representation of color #D8A1A4: hue angle of 356.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1A4 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 164 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.15 |
| HSL | 356.73º | 0.41% | 0.74% | - |
| HSV(B) | 356.73º | 0.25% | 0.85% | - |
| XYZ | 47.76 | 42.77 | 40.86 | - |
| YUV | 177.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 164 | 0 | 0.25 | 0.24 | 0.15 | 356.73 | 0.41 | 0.74 |
| Hex | D8 | A1 | A4 | 0 | 19 | 18 | F | 165 | 29 | 4A |
| Octal | 330 | 241 | 244 | 0 | 31 | 30 | 17 | 545 | 51 | 112 |
| Binary | 11011000 | 10100001 | 10100100 | 0 | 11001 | 11000 | 1111 | 101100101 | 101001 | 1001010 |
Color Harmonies of #D8A1A4
Complementary color
Monochromatic Colors of #D8A1A4
Black with #D8A1A4
Text Example
Text Example
White with #D8A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1A4; }
p { color: rgb(216,161,164); }
H1.HeaderClassName
{
color: #D8A1A4;
}
.AnyTagClassName
{
color: #D8A1A4;
}
</style>
background-color css
<style>
a { background-color: #D8A1A4; }
a { background-color: rgb(216,161,164); }
div.DivClassName
{
background-color: #D8A1A4;
}
.BgClassName
{
background-color: #D8A1A4;
}
</style>
border-color css
<style>
span { border-color: #D8A1A4; }
span { border-color: rgb(216,161,164); }
td.TdClassName
{
border-color: #D8A1A4;
}
.TagClassName
{
border-color: #D8A1A4;
}
</style>