Shades of Sandrift #AD947B
Tints of Sandrift #AD947B
RGB
CMYK
RGB Variations
Color information
#AD947B (or 0xAD947B) is known color: Sandrift. HEX triplet: AD, 94 and 7B. RGB value is (173,148,123). Sum of RGB (Red+Green+Blue) = 173+148+123=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947B is #526B84. Grayscale: #989898. Windows color (decimal): -5401477 or 8098989. OLE color: 8098989.
HSL color Cylindrical-coordinate representation of color #AD947B: hue angle of 30º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD947B is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 123 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.32 |
| HSL | 30º | 0.23% | 0.58% | - |
| HSV(B) | 30º | 0.29% | 0.68% | - |
| XYZ | 31.4 | 31.49 | 23.16 | - |
| YUV | 152.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 123 | 0 | 0.14 | 0.29 | 0.32 | 30 | 0.23 | 0.58 |
| Hex | AD | 94 | 7B | 0 | E | 1D | 20 | 1E | 17 | 3A |
| Octal | 255 | 224 | 173 | 0 | 16 | 35 | 40 | 36 | 27 | 72 |
| Binary | 10101101 | 10010100 | 1111011 | 0 | 1110 | 11101 | 100000 | 11110 | 10111 | 111010 |
Color Harmonies of #AD947B
Complementary color
Monochromatic Colors of #AD947B
Black with #AD947B
Text Example
Text Example
White with #AD947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD947B; }
p { color: rgb(173,148,123); }
H1.HeaderClassName
{
color: #AD947B;
}
.AnyTagClassName
{
color: #AD947B;
}
</style>
background-color css
<style>
a { background-color: #AD947B; }
a { background-color: rgb(173,148,123); }
div.DivClassName
{
background-color: #AD947B;
}
.BgClassName
{
background-color: #AD947B;
}
</style>
border-color css
<style>
span { border-color: #AD947B; }
span { border-color: rgb(173,148,123); }
td.TdClassName
{
border-color: #AD947B;
}
.TagClassName
{
border-color: #AD947B;
}
</style>