Shades of Sandrift #AB8A75
Tints of Sandrift #AB8A75
RGB
CMYK
RGB Variations
Color information
#AB8A75 (or 0xAB8A75) is known color: Sandrift. HEX triplet: AB, 8A and 75. RGB value is (171,138,117). Sum of RGB (Red+Green+Blue) = 171+138+117=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A75 is #54758A. Grayscale: #919191. Windows color (decimal): -5535115 or 7703211. OLE color: 7703211.
HSL color Cylindrical-coordinate representation of color #AB8A75: hue angle of 23.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8A75 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 117 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.33 |
| HSL | 23.33º | 0.24% | 0.56% | - |
| HSV(B) | 23.33º | 0.32% | 0.67% | - |
| XYZ | 29.09 | 28.12 | 20.72 | - |
| YUV | 145.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 117 | 0 | 0.19 | 0.32 | 0.33 | 23.33 | 0.24 | 0.56 |
| Hex | AB | 8A | 75 | 0 | 13 | 20 | 21 | 17 | 18 | 38 |
| Octal | 253 | 212 | 165 | 0 | 23 | 40 | 41 | 27 | 30 | 70 |
| Binary | 10101011 | 10001010 | 1110101 | 0 | 10011 | 100000 | 100001 | 10111 | 11000 | 111000 |
Color Harmonies of #AB8A75
Complementary color
Monochromatic Colors of #AB8A75
Black with #AB8A75
Text Example
Text Example
White with #AB8A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A75; }
p { color: rgb(171,138,117); }
H1.HeaderClassName
{
color: #AB8A75;
}
.AnyTagClassName
{
color: #AB8A75;
}
</style>
background-color css
<style>
a { background-color: #AB8A75; }
a { background-color: rgb(171,138,117); }
div.DivClassName
{
background-color: #AB8A75;
}
.BgClassName
{
background-color: #AB8A75;
}
</style>
border-color css
<style>
span { border-color: #AB8A75; }
span { border-color: rgb(171,138,117); }
td.TdClassName
{
border-color: #AB8A75;
}
.TagClassName
{
border-color: #AB8A75;
}
</style>