Shades of Sandrift #AD9280
Tints of Sandrift #AD9280
RGB
CMYK
RGB Variations
Color information
#AD9280 (or 0xAD9280) is known color: Sandrift. HEX triplet: AD, 92 and 80. RGB value is (173,146,128). Sum of RGB (Red+Green+Blue) = 173+146+128=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9280 is #526D7F. Grayscale: #989898. Windows color (decimal): -5401984 or 8426157. OLE color: 8426157.
HSL color Cylindrical-coordinate representation of color #AD9280: hue angle of 24º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD9280 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 128 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.32 |
| HSL | 24º | 0.22% | 0.59% | - |
| HSV(B) | 24º | 0.26% | 0.68% | - |
| XYZ | 31.41 | 31 | 24.75 | - |
| YUV | 152.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 128 | 0 | 0.16 | 0.26 | 0.32 | 24 | 0.22 | 0.59 |
| Hex | AD | 92 | 80 | 0 | 10 | 1A | 20 | 18 | 16 | 3B |
| Octal | 255 | 222 | 200 | 0 | 20 | 32 | 40 | 30 | 26 | 73 |
| Binary | 10101101 | 10010010 | 10000000 | 0 | 10000 | 11010 | 100000 | 11000 | 10110 | 111011 |
Color Harmonies of #AD9280
Complementary color
Monochromatic Colors of #AD9280
Black with #AD9280
Text Example
Text Example
White with #AD9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9280; }
p { color: rgb(173,146,128); }
H1.HeaderClassName
{
color: #AD9280;
}
.AnyTagClassName
{
color: #AD9280;
}
</style>
background-color css
<style>
a { background-color: #AD9280; }
a { background-color: rgb(173,146,128); }
div.DivClassName
{
background-color: #AD9280;
}
.BgClassName
{
background-color: #AD9280;
}
</style>
border-color css
<style>
span { border-color: #AD9280; }
span { border-color: rgb(173,146,128); }
td.TdClassName
{
border-color: #AD9280;
}
.TagClassName
{
border-color: #AD9280;
}
</style>