Shades of Aths Special #D6C8AC
Tints of Aths Special #D6C8AC
RGB
CMYK
RGB Variations
Color information
#D6C8AC (or 0xD6C8AC) is known color: Aths Special. HEX triplet: D6, C8 and AC. RGB value is (214,200,172). Sum of RGB (Red+Green+Blue) = 214+200+172=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C8AC is #293753. Grayscale: #C9C9C9. Windows color (decimal): -2701140 or 11323606. OLE color: 11323606.
HSL color Cylindrical-coordinate representation of color #D6C8AC: hue angle of 40º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C8AC is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 172 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.16 |
| HSL | 40º | 0.34% | 0.76% | - |
| HSV(B) | 40º | 0.2% | 0.84% | - |
| XYZ | 55.83 | 58.58 | 47.39 | - |
| YUV | 200.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 172 | 0 | 0.07 | 0.20 | 0.16 | 40 | 0.34 | 0.76 |
| Hex | D6 | C8 | AC | 0 | 7 | 14 | 10 | 28 | 22 | 4C |
| Octal | 326 | 310 | 254 | 0 | 7 | 24 | 20 | 50 | 42 | 114 |
| Binary | 11010110 | 11001000 | 10101100 | 0 | 111 | 10100 | 10000 | 101000 | 100010 | 1001100 |
Color Harmonies of #D6C8AC
Complementary color
Monochromatic Colors of #D6C8AC
Black with #D6C8AC
Text Example
Text Example
White with #D6C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8AC; }
p { color: rgb(214,200,172); }
H1.HeaderClassName
{
color: #D6C8AC;
}
.AnyTagClassName
{
color: #D6C8AC;
}
</style>
background-color css
<style>
a { background-color: #D6C8AC; }
a { background-color: rgb(214,200,172); }
div.DivClassName
{
background-color: #D6C8AC;
}
.BgClassName
{
background-color: #D6C8AC;
}
</style>
border-color css
<style>
span { border-color: #D6C8AC; }
span { border-color: rgb(214,200,172); }
td.TdClassName
{
border-color: #D6C8AC;
}
.TagClassName
{
border-color: #D6C8AC;
}
</style>