Shades of Sandrift #AD8A7A
Tints of Sandrift #AD8A7A
RGB
CMYK
RGB Variations
Color information
#AD8A7A (or 0xAD8A7A) is known color: Sandrift. HEX triplet: AD, 8A and 7A. RGB value is (173,138,122). Sum of RGB (Red+Green+Blue) = 173+138+122=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A7A is #527585. Grayscale: #929292. Windows color (decimal): -5404038 or 8030893. OLE color: 8030893.
HSL color Cylindrical-coordinate representation of color #AD8A7A: hue angle of 18.82º degrees, saturation: 0.24, 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 #AD8A7A is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 122 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.32 |
| HSL | 18.82º | 0.24% | 0.58% | - |
| HSV(B) | 18.82º | 0.29% | 0.68% | - |
| XYZ | 29.83 | 28.47 | 22.33 | - |
| YUV | 146.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 122 | 0 | 0.20 | 0.29 | 0.32 | 18.82 | 0.24 | 0.58 |
| Hex | AD | 8A | 7A | 0 | 14 | 1D | 20 | 13 | 18 | 3A |
| Octal | 255 | 212 | 172 | 0 | 24 | 35 | 40 | 23 | 30 | 72 |
| Binary | 10101101 | 10001010 | 1111010 | 0 | 10100 | 11101 | 100000 | 10011 | 11000 | 111010 |
Color Harmonies of #AD8A7A
Complementary color
Monochromatic Colors of #AD8A7A
Black with #AD8A7A
Text Example
Text Example
White with #AD8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A7A; }
p { color: rgb(173,138,122); }
H1.HeaderClassName
{
color: #AD8A7A;
}
.AnyTagClassName
{
color: #AD8A7A;
}
</style>
background-color css
<style>
a { background-color: #AD8A7A; }
a { background-color: rgb(173,138,122); }
div.DivClassName
{
background-color: #AD8A7A;
}
.BgClassName
{
background-color: #AD8A7A;
}
</style>
border-color css
<style>
span { border-color: #AD8A7A; }
span { border-color: rgb(173,138,122); }
td.TdClassName
{
border-color: #AD8A7A;
}
.TagClassName
{
border-color: #AD8A7A;
}
</style>