Shades of Aths Special #DAC9AC
Tints of Aths Special #DAC9AC
RGB
CMYK
RGB Variations
Color information
#DAC9AC (or 0xDAC9AC) is known color: Aths Special. HEX triplet: DA, C9 and AC. RGB value is (218,201,172). Sum of RGB (Red+Green+Blue) = 218+201+172=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC9AC is #253653. Grayscale: #CACACA. Windows color (decimal): -2438740 or 11323866. OLE color: 11323866.
HSL color Cylindrical-coordinate representation of color #DAC9AC: hue angle of 37.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC9AC is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 172 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.15 |
| HSL | 37.83º | 0.38% | 0.76% | - |
| HSV(B) | 37.83º | 0.21% | 0.85% | - |
| XYZ | 57.25 | 59.66 | 47.53 | - |
| YUV | 202.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 172 | 0 | 0.08 | 0.21 | 0.15 | 37.83 | 0.38 | 0.76 |
| Hex | DA | C9 | AC | 0 | 8 | 15 | F | 26 | 26 | 4C |
| Octal | 332 | 311 | 254 | 0 | 10 | 25 | 17 | 46 | 46 | 114 |
| Binary | 11011010 | 11001001 | 10101100 | 0 | 1000 | 10101 | 1111 | 100110 | 100110 | 1001100 |
Color Harmonies of #DAC9AC
Complementary color
Monochromatic Colors of #DAC9AC
Black with #DAC9AC
Text Example
Text Example
White with #DAC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9AC; }
p { color: rgb(218,201,172); }
H1.HeaderClassName
{
color: #DAC9AC;
}
.AnyTagClassName
{
color: #DAC9AC;
}
</style>
background-color css
<style>
a { background-color: #DAC9AC; }
a { background-color: rgb(218,201,172); }
div.DivClassName
{
background-color: #DAC9AC;
}
.BgClassName
{
background-color: #DAC9AC;
}
</style>
border-color css
<style>
span { border-color: #DAC9AC; }
span { border-color: rgb(218,201,172); }
td.TdClassName
{
border-color: #DAC9AC;
}
.TagClassName
{
border-color: #DAC9AC;
}
</style>