Shades of Sandrift #AD9788
Tints of Sandrift #AD9788
RGB
CMYK
RGB Variations
Color information
#AD9788 (or 0xAD9788) is known color: Sandrift. HEX triplet: AD, 97 and 88. RGB value is (173,151,136). Sum of RGB (Red+Green+Blue) = 173+151+136=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9788 is #526877. Grayscale: #9B9B9B. Windows color (decimal): -5400696 or 8951725. OLE color: 8951725.
HSL color Cylindrical-coordinate representation of color #AD9788: hue angle of 24.32º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9788 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 136 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.32 |
| HSL | 24.32º | 0.18% | 0.61% | - |
| HSV(B) | 24.32º | 0.21% | 0.68% | - |
| XYZ | 32.74 | 32.8 | 27.9 | - |
| YUV | 155.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 136 | 0 | 0.13 | 0.21 | 0.32 | 24.32 | 0.18 | 0.61 |
| Hex | AD | 97 | 88 | 0 | D | 15 | 20 | 18 | 12 | 3D |
| Octal | 255 | 227 | 210 | 0 | 15 | 25 | 40 | 30 | 22 | 75 |
| Binary | 10101101 | 10010111 | 10001000 | 0 | 1101 | 10101 | 100000 | 11000 | 10010 | 111101 |
Color Harmonies of #AD9788
Complementary color
Monochromatic Colors of #AD9788
Black with #AD9788
Text Example
Text Example
White with #AD9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9788; }
p { color: rgb(173,151,136); }
H1.HeaderClassName
{
color: #AD9788;
}
.AnyTagClassName
{
color: #AD9788;
}
</style>
background-color css
<style>
a { background-color: #AD9788; }
a { background-color: rgb(173,151,136); }
div.DivClassName
{
background-color: #AD9788;
}
.BgClassName
{
background-color: #AD9788;
}
</style>
border-color css
<style>
span { border-color: #AD9788; }
span { border-color: rgb(173,151,136); }
td.TdClassName
{
border-color: #AD9788;
}
.TagClassName
{
border-color: #AD9788;
}
</style>