Shades of Sandrift #AB8B7B
Tints of Sandrift #AB8B7B
RGB
CMYK
RGB Variations
Color information
#AB8B7B (or 0xAB8B7B) is known color: Sandrift. HEX triplet: AB, 8B and 7B. RGB value is (171,139,123). Sum of RGB (Red+Green+Blue) = 171+139+123=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B7B is #547484. Grayscale: #929292. Windows color (decimal): -5534853 or 8096683. OLE color: 8096683.
HSL color Cylindrical-coordinate representation of color #AB8B7B: hue angle of 20º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB8B7B is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 123 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.33 |
| HSL | 20º | 0.22% | 0.58% | - |
| HSV(B) | 20º | 0.28% | 0.67% | - |
| XYZ | 29.6 | 28.55 | 22.69 | - |
| YUV | 146.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 123 | 0 | 0.19 | 0.28 | 0.33 | 20 | 0.22 | 0.58 |
| Hex | AB | 8B | 7B | 0 | 13 | 1C | 21 | 14 | 16 | 3A |
| Octal | 253 | 213 | 173 | 0 | 23 | 34 | 41 | 24 | 26 | 72 |
| Binary | 10101011 | 10001011 | 1111011 | 0 | 10011 | 11100 | 100001 | 10100 | 10110 | 111010 |
Color Harmonies of #AB8B7B
Complementary color
Monochromatic Colors of #AB8B7B
Black with #AB8B7B
Text Example
Text Example
White with #AB8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B7B; }
p { color: rgb(171,139,123); }
H1.HeaderClassName
{
color: #AB8B7B;
}
.AnyTagClassName
{
color: #AB8B7B;
}
</style>
background-color css
<style>
a { background-color: #AB8B7B; }
a { background-color: rgb(171,139,123); }
div.DivClassName
{
background-color: #AB8B7B;
}
.BgClassName
{
background-color: #AB8B7B;
}
</style>
border-color css
<style>
span { border-color: #AB8B7B; }
span { border-color: rgb(171,139,123); }
td.TdClassName
{
border-color: #AB8B7B;
}
.TagClassName
{
border-color: #AB8B7B;
}
</style>