Shades of Sandrift #AB8A7A
Tints of Sandrift #AB8A7A
RGB
CMYK
RGB Variations
Color information
#AB8A7A (or 0xAB8A7A) is known color: Sandrift. HEX triplet: AB, 8A and 7A. RGB value is (171,138,122). Sum of RGB (Red+Green+Blue) = 171+138+122=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A7A is #547585. Grayscale: #929292. Windows color (decimal): -5535110 or 8030891. OLE color: 8030891.
HSL color Cylindrical-coordinate representation of color #AB8A7A: hue angle of 19.59º 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 #AB8A7A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 122 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.33 |
| HSL | 19.59º | 0.23% | 0.57% | - |
| HSV(B) | 19.59º | 0.29% | 0.67% | - |
| XYZ | 29.4 | 28.24 | 22.31 | - |
| YUV | 146.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 122 | 0 | 0.19 | 0.29 | 0.33 | 19.59 | 0.23 | 0.57 |
| Hex | AB | 8A | 7A | 0 | 13 | 1D | 21 | 14 | 17 | 39 |
| Octal | 253 | 212 | 172 | 0 | 23 | 35 | 41 | 24 | 27 | 71 |
| Binary | 10101011 | 10001010 | 1111010 | 0 | 10011 | 11101 | 100001 | 10100 | 10111 | 111001 |
Color Harmonies of #AB8A7A
Complementary color
Monochromatic Colors of #AB8A7A
Black with #AB8A7A
Text Example
Text Example
White with #AB8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A7A; }
p { color: rgb(171,138,122); }
H1.HeaderClassName
{
color: #AB8A7A;
}
.AnyTagClassName
{
color: #AB8A7A;
}
</style>
background-color css
<style>
a { background-color: #AB8A7A; }
a { background-color: rgb(171,138,122); }
div.DivClassName
{
background-color: #AB8A7A;
}
.BgClassName
{
background-color: #AB8A7A;
}
</style>
border-color css
<style>
span { border-color: #AB8A7A; }
span { border-color: rgb(171,138,122); }
td.TdClassName
{
border-color: #AB8A7A;
}
.TagClassName
{
border-color: #AB8A7A;
}
</style>