Shades of Sandrift #AB8C7B
Tints of Sandrift #AB8C7B
RGB
CMYK
RGB Variations
Color information
#AB8C7B (or 0xAB8C7B) is known color: Sandrift. HEX triplet: AB, 8C and 7B. RGB value is (171,140,123). Sum of RGB (Red+Green+Blue) = 171+140+123=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C7B is #547384. Grayscale: #939393. Windows color (decimal): -5534597 or 8096939. OLE color: 8096939.
HSL color Cylindrical-coordinate representation of color #AB8C7B: hue angle of 21.25º 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 #AB8C7B is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 123 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.33 |
| HSL | 21.25º | 0.22% | 0.58% | - |
| HSV(B) | 21.25º | 0.28% | 0.67% | - |
| XYZ | 29.75 | 28.84 | 22.74 | - |
| YUV | 147.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 123 | 0 | 0.18 | 0.28 | 0.33 | 21.25 | 0.22 | 0.58 |
| Hex | AB | 8C | 7B | 0 | 12 | 1C | 21 | 15 | 16 | 3A |
| Octal | 253 | 214 | 173 | 0 | 22 | 34 | 41 | 25 | 26 | 72 |
| Binary | 10101011 | 10001100 | 1111011 | 0 | 10010 | 11100 | 100001 | 10101 | 10110 | 111010 |
Color Harmonies of #AB8C7B
Complementary color
Monochromatic Colors of #AB8C7B
Black with #AB8C7B
Text Example
Text Example
White with #AB8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C7B; }
p { color: rgb(171,140,123); }
H1.HeaderClassName
{
color: #AB8C7B;
}
.AnyTagClassName
{
color: #AB8C7B;
}
</style>
background-color css
<style>
a { background-color: #AB8C7B; }
a { background-color: rgb(171,140,123); }
div.DivClassName
{
background-color: #AB8C7B;
}
.BgClassName
{
background-color: #AB8C7B;
}
</style>
border-color css
<style>
span { border-color: #AB8C7B; }
span { border-color: rgb(171,140,123); }
td.TdClassName
{
border-color: #AB8C7B;
}
.TagClassName
{
border-color: #AB8C7B;
}
</style>