Shades of Aths Special #D9C8AB
Tints of Aths Special #D9C8AB
RGB
CMYK
RGB Variations
Color information
#D9C8AB (or 0xD9C8AB) is known color: Aths Special. HEX triplet: D9, C8 and AB. RGB value is (217,200,171). Sum of RGB (Red+Green+Blue) = 217+200+171=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C8AB is #263754. Grayscale: #C9C9C9. Windows color (decimal): -2504533 or 11258073. OLE color: 11258073.
HSL color Cylindrical-coordinate representation of color #D9C8AB: hue angle of 37.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9C8AB is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 171 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.15 |
| HSL | 37.83º | 0.38% | 0.76% | - |
| HSV(B) | 37.83º | 0.21% | 0.85% | - |
| XYZ | 56.62 | 59 | 46.93 | - |
| YUV | 201.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 171 | 0 | 0.08 | 0.21 | 0.15 | 37.83 | 0.38 | 0.76 |
| Hex | D9 | C8 | AB | 0 | 8 | 15 | F | 26 | 26 | 4C |
| Octal | 331 | 310 | 253 | 0 | 10 | 25 | 17 | 46 | 46 | 114 |
| Binary | 11011001 | 11001000 | 10101011 | 0 | 1000 | 10101 | 1111 | 100110 | 100110 | 1001100 |
Color Harmonies of #D9C8AB
Complementary color
Monochromatic Colors of #D9C8AB
Black with #D9C8AB
Text Example
Text Example
White with #D9C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8AB; }
p { color: rgb(217,200,171); }
H1.HeaderClassName
{
color: #D9C8AB;
}
.AnyTagClassName
{
color: #D9C8AB;
}
</style>
background-color css
<style>
a { background-color: #D9C8AB; }
a { background-color: rgb(217,200,171); }
div.DivClassName
{
background-color: #D9C8AB;
}
.BgClassName
{
background-color: #D9C8AB;
}
</style>
border-color css
<style>
span { border-color: #D9C8AB; }
span { border-color: rgb(217,200,171); }
td.TdClassName
{
border-color: #D9C8AB;
}
.TagClassName
{
border-color: #D9C8AB;
}
</style>