Shades of Sandrift #AD9178
Tints of Sandrift #AD9178
RGB
CMYK
RGB Variations
Color information
#AD9178 (or 0xAD9178) is known color: Sandrift. HEX triplet: AD, 91 and 78. RGB value is (173,145,120). Sum of RGB (Red+Green+Blue) = 173+145+120=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9178 is #526E87. Grayscale: #969696. Windows color (decimal): -5402248 or 7901613. OLE color: 7901613.
HSL color Cylindrical-coordinate representation of color #AD9178: hue angle of 28.3º 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 #AD9178 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 120 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.32 |
| HSL | 28.3º | 0.24% | 0.57% | - |
| HSV(B) | 28.3º | 0.31% | 0.68% | - |
| XYZ | 30.75 | 30.49 | 22.03 | - |
| YUV | 150.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 120 | 0 | 0.16 | 0.31 | 0.32 | 28.3 | 0.24 | 0.57 |
| Hex | AD | 91 | 78 | 0 | 10 | 1F | 20 | 1C | 18 | 39 |
| Octal | 255 | 221 | 170 | 0 | 20 | 37 | 40 | 34 | 30 | 71 |
| Binary | 10101101 | 10010001 | 1111000 | 0 | 10000 | 11111 | 100000 | 11100 | 11000 | 111001 |
Color Harmonies of #AD9178
Complementary color
Monochromatic Colors of #AD9178
Black with #AD9178
Text Example
Text Example
White with #AD9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9178; }
p { color: rgb(173,145,120); }
H1.HeaderClassName
{
color: #AD9178;
}
.AnyTagClassName
{
color: #AD9178;
}
</style>
background-color css
<style>
a { background-color: #AD9178; }
a { background-color: rgb(173,145,120); }
div.DivClassName
{
background-color: #AD9178;
}
.BgClassName
{
background-color: #AD9178;
}
</style>
border-color css
<style>
span { border-color: #AD9178; }
span { border-color: rgb(173,145,120); }
td.TdClassName
{
border-color: #AD9178;
}
.TagClassName
{
border-color: #AD9178;
}
</style>