Shades of Pale Chestnut #D4A3AA
Tints of Pale Chestnut #D4A3AA
RGB
CMYK
RGB Variations
Color information
#D4A3AA (or 0xD4A3AA) is known color: Pale Chestnut. HEX triplet: D4, A3 and AA. RGB value is (212,163,170). Sum of RGB (Red+Green+Blue) = 212+163+170=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A3AA is #2B5C55. Grayscale: #B2B2B2. Windows color (decimal): -2841686 or 11183060. OLE color: 11183060.
HSL color Cylindrical-coordinate representation of color #D4A3AA: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A3AA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 170 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.17 |
| HSL | 351.43º | 0.36% | 0.74% | - |
| HSV(B) | 351.43º | 0.23% | 0.83% | - |
| XYZ | 47.5 | 43.09 | 43.84 | - |
| YUV | 178.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 170 | 0 | 0.23 | 0.20 | 0.17 | 351.43 | 0.36 | 0.74 |
| Hex | D4 | A3 | AA | 0 | 17 | 14 | 11 | 15F | 24 | 4A |
| Octal | 324 | 243 | 252 | 0 | 27 | 24 | 21 | 537 | 44 | 112 |
| Binary | 11010100 | 10100011 | 10101010 | 0 | 10111 | 10100 | 10001 | 101011111 | 100100 | 1001010 |
Color Harmonies of #D4A3AA
Complementary color
Monochromatic Colors of #D4A3AA
Black with #D4A3AA
Text Example
Text Example
White with #D4A3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3AA; }
p { color: rgb(212,163,170); }
H1.HeaderClassName
{
color: #D4A3AA;
}
.AnyTagClassName
{
color: #D4A3AA;
}
</style>
background-color css
<style>
a { background-color: #D4A3AA; }
a { background-color: rgb(212,163,170); }
div.DivClassName
{
background-color: #D4A3AA;
}
.BgClassName
{
background-color: #D4A3AA;
}
</style>
border-color css
<style>
span { border-color: #D4A3AA; }
span { border-color: rgb(212,163,170); }
td.TdClassName
{
border-color: #D4A3AA;
}
.TagClassName
{
border-color: #D4A3AA;
}
</style>