Shades of Sandrift #AB8F7A
Tints of Sandrift #AB8F7A
RGB
CMYK
RGB Variations
Color information
#AB8F7A (or 0xAB8F7A) is known color: Sandrift. HEX triplet: AB, 8F and 7A. RGB value is (171,143,122). Sum of RGB (Red+Green+Blue) = 171+143+122=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F7A is #547085. Grayscale: #959595. Windows color (decimal): -5533830 or 8032171. OLE color: 8032171.
HSL color Cylindrical-coordinate representation of color #AB8F7A: hue angle of 25.71º 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 #AB8F7A is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 122 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.33 |
| HSL | 25.71º | 0.23% | 0.57% | - |
| HSV(B) | 25.71º | 0.29% | 0.67% | - |
| XYZ | 30.13 | 29.71 | 22.56 | - |
| YUV | 148.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 122 | 0 | 0.16 | 0.29 | 0.33 | 25.71 | 0.23 | 0.57 |
| Hex | AB | 8F | 7A | 0 | 10 | 1D | 21 | 1A | 17 | 39 |
| Octal | 253 | 217 | 172 | 0 | 20 | 35 | 41 | 32 | 27 | 71 |
| Binary | 10101011 | 10001111 | 1111010 | 0 | 10000 | 11101 | 100001 | 11010 | 10111 | 111001 |
Color Harmonies of #AB8F7A
Complementary color
Monochromatic Colors of #AB8F7A
Black with #AB8F7A
Text Example
Text Example
White with #AB8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F7A; }
p { color: rgb(171,143,122); }
H1.HeaderClassName
{
color: #AB8F7A;
}
.AnyTagClassName
{
color: #AB8F7A;
}
</style>
background-color css
<style>
a { background-color: #AB8F7A; }
a { background-color: rgb(171,143,122); }
div.DivClassName
{
background-color: #AB8F7A;
}
.BgClassName
{
background-color: #AB8F7A;
}
</style>
border-color css
<style>
span { border-color: #AB8F7A; }
span { border-color: rgb(171,143,122); }
td.TdClassName
{
border-color: #AB8F7A;
}
.TagClassName
{
border-color: #AB8F7A;
}
</style>