Shades of Sandrift #AD8A78
Tints of Sandrift #AD8A78
RGB
CMYK
RGB Variations
Color information
#AD8A78 (or 0xAD8A78) is known color: Sandrift. HEX triplet: AD, 8A and 78. RGB value is (173,138,120). Sum of RGB (Red+Green+Blue) = 173+138+120=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A78 is #527587. Grayscale: #929292. Windows color (decimal): -5404040 or 7899821. OLE color: 7899821.
HSL color Cylindrical-coordinate representation of color #AD8A78: hue angle of 20.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8A78 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 120 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.32 |
| HSL | 20.38º | 0.24% | 0.57% | - |
| HSV(B) | 20.38º | 0.31% | 0.68% | - |
| XYZ | 29.71 | 28.42 | 21.69 | - |
| YUV | 146.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 120 | 0 | 0.20 | 0.31 | 0.32 | 20.38 | 0.24 | 0.57 |
| Hex | AD | 8A | 78 | 0 | 14 | 1F | 20 | 14 | 18 | 39 |
| Octal | 255 | 212 | 170 | 0 | 24 | 37 | 40 | 24 | 30 | 71 |
| Binary | 10101101 | 10001010 | 1111000 | 0 | 10100 | 11111 | 100000 | 10100 | 11000 | 111001 |
Color Harmonies of #AD8A78
Complementary color
Monochromatic Colors of #AD8A78
Black with #AD8A78
Text Example
Text Example
White with #AD8A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A78; }
p { color: rgb(173,138,120); }
H1.HeaderClassName
{
color: #AD8A78;
}
.AnyTagClassName
{
color: #AD8A78;
}
</style>
background-color css
<style>
a { background-color: #AD8A78; }
a { background-color: rgb(173,138,120); }
div.DivClassName
{
background-color: #AD8A78;
}
.BgClassName
{
background-color: #AD8A78;
}
</style>
border-color css
<style>
span { border-color: #AD8A78; }
span { border-color: rgb(173,138,120); }
td.TdClassName
{
border-color: #AD8A78;
}
.TagClassName
{
border-color: #AD8A78;
}
</style>