Shades of Sandrift #AB8B7A
Tints of Sandrift #AB8B7A
RGB
CMYK
RGB Variations
Color information
#AB8B7A (or 0xAB8B7A) is known color: Sandrift. HEX triplet: AB, 8B and 7A. RGB value is (171,139,122). Sum of RGB (Red+Green+Blue) = 171+139+122=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B7A is #547485. Grayscale: #929292. Windows color (decimal): -5534854 or 8031147. OLE color: 8031147.
HSL color Cylindrical-coordinate representation of color #AB8B7A: hue angle of 20.82º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8B7A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 122 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.33 |
| HSL | 20.82º | 0.23% | 0.57% | - |
| HSV(B) | 20.82º | 0.29% | 0.67% | - |
| XYZ | 29.54 | 28.53 | 22.36 | - |
| YUV | 146.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 122 | 0 | 0.19 | 0.29 | 0.33 | 20.82 | 0.23 | 0.57 |
| Hex | AB | 8B | 7A | 0 | 13 | 1D | 21 | 15 | 17 | 39 |
| Octal | 253 | 213 | 172 | 0 | 23 | 35 | 41 | 25 | 27 | 71 |
| Binary | 10101011 | 10001011 | 1111010 | 0 | 10011 | 11101 | 100001 | 10101 | 10111 | 111001 |
Color Harmonies of #AB8B7A
Complementary color
Monochromatic Colors of #AB8B7A
Black with #AB8B7A
Text Example
Text Example
White with #AB8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B7A; }
p { color: rgb(171,139,122); }
H1.HeaderClassName
{
color: #AB8B7A;
}
.AnyTagClassName
{
color: #AB8B7A;
}
</style>
background-color css
<style>
a { background-color: #AB8B7A; }
a { background-color: rgb(171,139,122); }
div.DivClassName
{
background-color: #AB8B7A;
}
.BgClassName
{
background-color: #AB8B7A;
}
</style>
border-color css
<style>
span { border-color: #AB8B7A; }
span { border-color: rgb(171,139,122); }
td.TdClassName
{
border-color: #AB8B7A;
}
.TagClassName
{
border-color: #AB8B7A;
}
</style>