Shades of Pale Chestnut #D3A4AE
Tints of Pale Chestnut #D3A4AE
RGB
CMYK
RGB Variations
Color information
#D3A4AE (or 0xD3A4AE) is known color: Pale Chestnut. HEX triplet: D3, A4 and AE. RGB value is (211,164,174). Sum of RGB (Red+Green+Blue) = 211+164+174=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A4AE is #2C5B51. Grayscale: #B3B3B3. Windows color (decimal): -2906962 or 11445459. OLE color: 11445459.
HSL color Cylindrical-coordinate representation of color #D3A4AE: hue angle of 347.23º degrees, saturation: 0.35, 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 #D3A4AE is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 174 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.17 |
| HSL | 347.23º | 0.35% | 0.74% | - |
| HSV(B) | 347.23º | 0.22% | 0.83% | - |
| XYZ | 47.78 | 43.46 | 45.91 | - |
| YUV | 179.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 174 | 0 | 0.22 | 0.18 | 0.17 | 347.23 | 0.35 | 0.74 |
| Hex | D3 | A4 | AE | 0 | 16 | 12 | 11 | 15B | 23 | 4A |
| Octal | 323 | 244 | 256 | 0 | 26 | 22 | 21 | 533 | 43 | 112 |
| Binary | 11010011 | 10100100 | 10101110 | 0 | 10110 | 10010 | 10001 | 101011011 | 100011 | 1001010 |
Color Harmonies of #D3A4AE
Complementary color
Monochromatic Colors of #D3A4AE
Black with #D3A4AE
Text Example
Text Example
White with #D3A4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A4AE; }
p { color: rgb(211,164,174); }
H1.HeaderClassName
{
color: #D3A4AE;
}
.AnyTagClassName
{
color: #D3A4AE;
}
</style>
background-color css
<style>
a { background-color: #D3A4AE; }
a { background-color: rgb(211,164,174); }
div.DivClassName
{
background-color: #D3A4AE;
}
.BgClassName
{
background-color: #D3A4AE;
}
</style>
border-color css
<style>
span { border-color: #D3A4AE; }
span { border-color: rgb(211,164,174); }
td.TdClassName
{
border-color: #D3A4AE;
}
.TagClassName
{
border-color: #D3A4AE;
}
</style>