Shades of Aths Special #D5C8AB
Tints of Aths Special #D5C8AB
RGB
CMYK
RGB Variations
Color information
#D5C8AB (or 0xD5C8AB) is known color: Aths Special. HEX triplet: D5, C8 and AB. RGB value is (213,200,171). Sum of RGB (Red+Green+Blue) = 213+200+171=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C8AB is #2A3754. Grayscale: #C8C8C8. Windows color (decimal): -2766677 or 11258069. OLE color: 11258069.
HSL color Cylindrical-coordinate representation of color #D5C8AB: hue angle of 41.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C8AB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 171 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.16 |
| HSL | 41.43º | 0.33% | 0.75% | - |
| HSV(B) | 41.43º | 0.2% | 0.84% | - |
| XYZ | 55.45 | 58.39 | 46.88 | - |
| YUV | 200.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 171 | 0 | 0.06 | 0.20 | 0.16 | 41.43 | 0.33 | 0.75 |
| Hex | D5 | C8 | AB | 0 | 6 | 14 | 10 | 29 | 21 | 4B |
| Octal | 325 | 310 | 253 | 0 | 6 | 24 | 20 | 51 | 41 | 113 |
| Binary | 11010101 | 11001000 | 10101011 | 0 | 110 | 10100 | 10000 | 101001 | 100001 | 1001011 |
Color Harmonies of #D5C8AB
Complementary color
Monochromatic Colors of #D5C8AB
Black with #D5C8AB
Text Example
Text Example
White with #D5C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8AB; }
p { color: rgb(213,200,171); }
H1.HeaderClassName
{
color: #D5C8AB;
}
.AnyTagClassName
{
color: #D5C8AB;
}
</style>
background-color css
<style>
a { background-color: #D5C8AB; }
a { background-color: rgb(213,200,171); }
div.DivClassName
{
background-color: #D5C8AB;
}
.BgClassName
{
background-color: #D5C8AB;
}
</style>
border-color css
<style>
span { border-color: #D5C8AB; }
span { border-color: rgb(213,200,171); }
td.TdClassName
{
border-color: #D5C8AB;
}
.TagClassName
{
border-color: #D5C8AB;
}
</style>