Shades of Aths Special #D6C8AA
Tints of Aths Special #D6C8AA
RGB
CMYK
RGB Variations
Color information
#D6C8AA (or 0xD6C8AA) is known color: Aths Special. HEX triplet: D6, C8 and AA. RGB value is (214,200,170). Sum of RGB (Red+Green+Blue) = 214+200+170=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C8AA is #293755. Grayscale: #C8C8C8. Windows color (decimal): -2701142 or 11192534. OLE color: 11192534.
HSL color Cylindrical-coordinate representation of color #D6C8AA: hue angle of 40.91º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6C8AA is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 170 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.16 |
| HSL | 40.91º | 0.35% | 0.75% | - |
| HSV(B) | 40.91º | 0.21% | 0.84% | - |
| XYZ | 55.64 | 58.51 | 46.39 | - |
| YUV | 200.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 170 | 0 | 0.07 | 0.21 | 0.16 | 40.91 | 0.35 | 0.75 |
| Hex | D6 | C8 | AA | 0 | 7 | 15 | 10 | 29 | 23 | 4B |
| Octal | 326 | 310 | 252 | 0 | 7 | 25 | 20 | 51 | 43 | 113 |
| Binary | 11010110 | 11001000 | 10101010 | 0 | 111 | 10101 | 10000 | 101001 | 100011 | 1001011 |
Color Harmonies of #D6C8AA
Complementary color
Monochromatic Colors of #D6C8AA
Black with #D6C8AA
Text Example
Text Example
White with #D6C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8AA; }
p { color: rgb(214,200,170); }
H1.HeaderClassName
{
color: #D6C8AA;
}
.AnyTagClassName
{
color: #D6C8AA;
}
</style>
background-color css
<style>
a { background-color: #D6C8AA; }
a { background-color: rgb(214,200,170); }
div.DivClassName
{
background-color: #D6C8AA;
}
.BgClassName
{
background-color: #D6C8AA;
}
</style>
border-color css
<style>
span { border-color: #D6C8AA; }
span { border-color: rgb(214,200,170); }
td.TdClassName
{
border-color: #D6C8AA;
}
.TagClassName
{
border-color: #D6C8AA;
}
</style>