Shades of Aths Special #D6C7AC
Tints of Aths Special #D6C7AC
RGB
CMYK
RGB Variations
Color information
#D6C7AC (or 0xD6C7AC) is known color: Aths Special. HEX triplet: D6, C7 and AC. RGB value is (214,199,172). Sum of RGB (Red+Green+Blue) = 214+199+172=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C7AC is #293853. Grayscale: #C8C8C8. Windows color (decimal): -2701396 or 11323350. OLE color: 11323350.
HSL color Cylindrical-coordinate representation of color #D6C7AC: hue angle of 38.57º 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 #D6C7AC is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 172 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.16 |
| HSL | 38.57º | 0.34% | 0.76% | - |
| HSV(B) | 38.57º | 0.2% | 0.84% | - |
| XYZ | 55.6 | 58.12 | 47.32 | - |
| YUV | 200.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 172 | 0 | 0.07 | 0.20 | 0.16 | 38.57 | 0.34 | 0.76 |
| Hex | D6 | C7 | AC | 0 | 7 | 14 | 10 | 27 | 22 | 4C |
| Octal | 326 | 307 | 254 | 0 | 7 | 24 | 20 | 47 | 42 | 114 |
| Binary | 11010110 | 11000111 | 10101100 | 0 | 111 | 10100 | 10000 | 100111 | 100010 | 1001100 |
Color Harmonies of #D6C7AC
Complementary color
Monochromatic Colors of #D6C7AC
Black with #D6C7AC
Text Example
Text Example
White with #D6C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7AC; }
p { color: rgb(214,199,172); }
H1.HeaderClassName
{
color: #D6C7AC;
}
.AnyTagClassName
{
color: #D6C7AC;
}
</style>
background-color css
<style>
a { background-color: #D6C7AC; }
a { background-color: rgb(214,199,172); }
div.DivClassName
{
background-color: #D6C7AC;
}
.BgClassName
{
background-color: #D6C7AC;
}
</style>
border-color css
<style>
span { border-color: #D6C7AC; }
span { border-color: rgb(214,199,172); }
td.TdClassName
{
border-color: #D6C7AC;
}
.TagClassName
{
border-color: #D6C7AC;
}
</style>