Shades of Aths Special #D7C8AA
Tints of Aths Special #D7C8AA
RGB
CMYK
RGB Variations
Color information
#D7C8AA (or 0xD7C8AA) is known color: Aths Special. HEX triplet: D7, C8 and AA. RGB value is (215,200,170). Sum of RGB (Red+Green+Blue) = 215+200+170=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C8AA is #283755. Grayscale: #C9C9C9. Windows color (decimal): -2635606 or 11192535. OLE color: 11192535.
HSL color Cylindrical-coordinate representation of color #D7C8AA: hue angle of 40º degrees, saturation: 0.36, 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 #D7C8AA is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 170 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.16 |
| HSL | 40º | 0.36% | 0.75% | - |
| HSV(B) | 40º | 0.21% | 0.84% | - |
| XYZ | 55.93 | 58.66 | 46.4 | - |
| YUV | 201.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 170 | 0 | 0.07 | 0.21 | 0.16 | 40 | 0.36 | 0.75 |
| Hex | D7 | C8 | AA | 0 | 7 | 15 | 10 | 28 | 24 | 4B |
| Octal | 327 | 310 | 252 | 0 | 7 | 25 | 20 | 50 | 44 | 113 |
| Binary | 11010111 | 11001000 | 10101010 | 0 | 111 | 10101 | 10000 | 101000 | 100100 | 1001011 |
Color Harmonies of #D7C8AA
Complementary color
Monochromatic Colors of #D7C8AA
Black with #D7C8AA
Text Example
Text Example
White with #D7C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8AA; }
p { color: rgb(215,200,170); }
H1.HeaderClassName
{
color: #D7C8AA;
}
.AnyTagClassName
{
color: #D7C8AA;
}
</style>
background-color css
<style>
a { background-color: #D7C8AA; }
a { background-color: rgb(215,200,170); }
div.DivClassName
{
background-color: #D7C8AA;
}
.BgClassName
{
background-color: #D7C8AA;
}
</style>
border-color css
<style>
span { border-color: #D7C8AA; }
span { border-color: rgb(215,200,170); }
td.TdClassName
{
border-color: #D7C8AA;
}
.TagClassName
{
border-color: #D7C8AA;
}
</style>