Shades of Sandrift #AD9075
Tints of Sandrift #AD9075
RGB
CMYK
RGB Variations
Color information
#AD9075 (or 0xAD9075) is known color: Sandrift. HEX triplet: AD, 90 and 75. RGB value is (173,144,117). Sum of RGB (Red+Green+Blue) = 173+144+117=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9075 is #526F8A. Grayscale: #959595. Windows color (decimal): -5402507 or 7704749. OLE color: 7704749.
HSL color Cylindrical-coordinate representation of color #AD9075: hue angle of 28.93º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9075 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 117 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.32 |
| HSL | 28.93º | 0.25% | 0.57% | - |
| HSV(B) | 28.93º | 0.32% | 0.68% | - |
| XYZ | 30.42 | 30.12 | 21.04 | - |
| YUV | 149.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 117 | 0 | 0.17 | 0.32 | 0.32 | 28.93 | 0.25 | 0.57 |
| Hex | AD | 90 | 75 | 0 | 11 | 20 | 20 | 1D | 19 | 39 |
| Octal | 255 | 220 | 165 | 0 | 21 | 40 | 40 | 35 | 31 | 71 |
| Binary | 10101101 | 10010000 | 1110101 | 0 | 10001 | 100000 | 100000 | 11101 | 11001 | 111001 |
Color Harmonies of #AD9075
Complementary color
Monochromatic Colors of #AD9075
Black with #AD9075
Text Example
Text Example
White with #AD9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9075; }
p { color: rgb(173,144,117); }
H1.HeaderClassName
{
color: #AD9075;
}
.AnyTagClassName
{
color: #AD9075;
}
</style>
background-color css
<style>
a { background-color: #AD9075; }
a { background-color: rgb(173,144,117); }
div.DivClassName
{
background-color: #AD9075;
}
.BgClassName
{
background-color: #AD9075;
}
</style>
border-color css
<style>
span { border-color: #AD9075; }
span { border-color: rgb(173,144,117); }
td.TdClassName
{
border-color: #AD9075;
}
.TagClassName
{
border-color: #AD9075;
}
</style>