Shades of Aths Special #D7C9AF
Tints of Aths Special #D7C9AF
RGB
CMYK
RGB Variations
Color information
#D7C9AF (or 0xD7C9AF) is known color: Aths Special. HEX triplet: D7, C9 and AF. RGB value is (215,201,175). Sum of RGB (Red+Green+Blue) = 215+201+175=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C9AF is #283650. Grayscale: #CACACA. Windows color (decimal): -2635345 or 11520471. OLE color: 11520471.
HSL color Cylindrical-coordinate representation of color #D7C9AF: hue angle of 39º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7C9AF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 175 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.16 |
| HSL | 39º | 0.33% | 0.76% | - |
| HSV(B) | 39º | 0.19% | 0.84% | - |
| XYZ | 56.65 | 59.32 | 49.02 | - |
| YUV | 202.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 175 | 0 | 0.07 | 0.19 | 0.16 | 39 | 0.33 | 0.76 |
| Hex | D7 | C9 | AF | 0 | 7 | 13 | 10 | 27 | 21 | 4C |
| Octal | 327 | 311 | 257 | 0 | 7 | 23 | 20 | 47 | 41 | 114 |
| Binary | 11010111 | 11001001 | 10101111 | 0 | 111 | 10011 | 10000 | 100111 | 100001 | 1001100 |
Color Harmonies of #D7C9AF
Complementary color
Monochromatic Colors of #D7C9AF
Black with #D7C9AF
Text Example
Text Example
White with #D7C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C9AF; }
p { color: rgb(215,201,175); }
H1.HeaderClassName
{
color: #D7C9AF;
}
.AnyTagClassName
{
color: #D7C9AF;
}
</style>
background-color css
<style>
a { background-color: #D7C9AF; }
a { background-color: rgb(215,201,175); }
div.DivClassName
{
background-color: #D7C9AF;
}
.BgClassName
{
background-color: #D7C9AF;
}
</style>
border-color css
<style>
span { border-color: #D7C9AF; }
span { border-color: rgb(215,201,175); }
td.TdClassName
{
border-color: #D7C9AF;
}
.TagClassName
{
border-color: #D7C9AF;
}
</style>