Shades of Aths Special #D5C8AD
Tints of Aths Special #D5C8AD
RGB
CMYK
RGB Variations
Color information
#D5C8AD (or 0xD5C8AD) is known color: Aths Special. HEX triplet: D5, C8 and AD. RGB value is (213,200,173). Sum of RGB (Red+Green+Blue) = 213+200+173=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C8AD is #2A3752. Grayscale: #C8C8C8. Windows color (decimal): -2766675 or 11389141. OLE color: 11389141.
HSL color Cylindrical-coordinate representation of color #D5C8AD: hue angle of 40.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5C8AD is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 173 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.16 |
| HSL | 40.5º | 0.32% | 0.76% | - |
| HSV(B) | 40.5º | 0.19% | 0.84% | - |
| XYZ | 55.64 | 58.47 | 47.89 | - |
| YUV | 200.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 173 | 0 | 0.06 | 0.19 | 0.16 | 40.5 | 0.32 | 0.76 |
| Hex | D5 | C8 | AD | 0 | 6 | 13 | 10 | 28 | 20 | 4C |
| Octal | 325 | 310 | 255 | 0 | 6 | 23 | 20 | 50 | 40 | 114 |
| Binary | 11010101 | 11001000 | 10101101 | 0 | 110 | 10011 | 10000 | 101000 | 100000 | 1001100 |
Color Harmonies of #D5C8AD
Complementary color
Monochromatic Colors of #D5C8AD
Black with #D5C8AD
Text Example
Text Example
White with #D5C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8AD; }
p { color: rgb(213,200,173); }
H1.HeaderClassName
{
color: #D5C8AD;
}
.AnyTagClassName
{
color: #D5C8AD;
}
</style>
background-color css
<style>
a { background-color: #D5C8AD; }
a { background-color: rgb(213,200,173); }
div.DivClassName
{
background-color: #D5C8AD;
}
.BgClassName
{
background-color: #D5C8AD;
}
</style>
border-color css
<style>
span { border-color: #D5C8AD; }
span { border-color: rgb(213,200,173); }
td.TdClassName
{
border-color: #D5C8AD;
}
.TagClassName
{
border-color: #D5C8AD;
}
</style>