Shades of Pale Chestnut #D7A8AC
Tints of Pale Chestnut #D7A8AC
RGB
CMYK
RGB Variations
Color information
#D7A8AC (or 0xD7A8AC) is known color: Pale Chestnut. HEX triplet: D7, A8 and AC. RGB value is (215,168,172). Sum of RGB (Red+Green+Blue) = 215+168+172=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A8AC is #285753. Grayscale: #B6B6B6. Windows color (decimal): -2643796 or 11315415. OLE color: 11315415.
HSL color Cylindrical-coordinate representation of color #D7A8AC: hue angle of 354.89º degrees, saturation: 0.37, 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 #D7A8AC is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 168 | 172 | - |
CMYK | 0 | 0.22 | 0.2 | 0.16 |
HSL | 354.89º | 0.37% | 0.75% | - |
HSV(B) | 354.89º | 0.22% | 0.84% | - |
XYZ | 49.47 | 45.43 | 45.19 | - |
YUV | 182.51 | 122.07 | 151.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 168 | 172 | 0 | 0.22 | 0.2 | 0.16 | 354.89 | 0.37 | 0.75 |
Hex | D7 | A8 | AC | 0 | 16 | 14 | 10 | 163 | 25 | 4B |
Octal | 327 | 250 | 254 | 0 | 26 | 24 | 20 | 543 | 45 | 113 |
Binary | 11010111 | 10101000 | 10101100 | 0 | 10110 | 10100 | 10000 | 101100011 | 100101 | 1001011 |
Color Harmonies of #D7A8AC
Complementary color
Monochromatic Colors of #D7A8AC
Black with #D7A8AC
Text Example
Text Example
White with #D7A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8AC; }
p { color: rgb(215,168,172); }
H1.HeaderClassName
{
color: #D7A8AC;
}
.AnyTagClassName
{
color: #D7A8AC;
}
</style>
background-color css
<style>
a { background-color: #D7A8AC; }
a { background-color: rgb(215,168,172); }
div.DivClassName
{
background-color: #D7A8AC;
}
.BgClassName
{
background-color: #D7A8AC;
}
</style>
border-color css
<style>
span { border-color: #D7A8AC; }
span { border-color: rgb(215,168,172); }
td.TdClassName
{
border-color: #D7A8AC;
}
.TagClassName
{
border-color: #D7A8AC;
}
</style>