Shades of Sandrift #AB9080
Tints of Sandrift #AB9080
RGB
CMYK
RGB Variations
Color information
#AB9080 (or 0xAB9080) is known color: Sandrift. HEX triplet: AB, 90 and 80. RGB value is (171,144,128). Sum of RGB (Red+Green+Blue) = 171+144+128=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9080 is #546F7F. Grayscale: #969696. Windows color (decimal): -5533568 or 8425643. OLE color: 8425643.
HSL color Cylindrical-coordinate representation of color #AB9080: hue angle of 22.33º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB9080 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 128 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.33 |
| HSL | 22.33º | 0.2% | 0.59% | - |
| HSV(B) | 22.33º | 0.25% | 0.67% | - |
| XYZ | 30.66 | 30.16 | 24.63 | - |
| YUV | 150.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 128 | 0 | 0.16 | 0.25 | 0.33 | 22.33 | 0.2 | 0.59 |
| Hex | AB | 90 | 80 | 0 | 10 | 19 | 21 | 16 | 14 | 3B |
| Octal | 253 | 220 | 200 | 0 | 20 | 31 | 41 | 26 | 24 | 73 |
| Binary | 10101011 | 10010000 | 10000000 | 0 | 10000 | 11001 | 100001 | 10110 | 10100 | 111011 |
Color Harmonies of #AB9080
Complementary color
Monochromatic Colors of #AB9080
Black with #AB9080
Text Example
Text Example
White with #AB9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9080; }
p { color: rgb(171,144,128); }
H1.HeaderClassName
{
color: #AB9080;
}
.AnyTagClassName
{
color: #AB9080;
}
</style>
background-color css
<style>
a { background-color: #AB9080; }
a { background-color: rgb(171,144,128); }
div.DivClassName
{
background-color: #AB9080;
}
.BgClassName
{
background-color: #AB9080;
}
</style>
border-color css
<style>
span { border-color: #AB9080; }
span { border-color: rgb(171,144,128); }
td.TdClassName
{
border-color: #AB9080;
}
.TagClassName
{
border-color: #AB9080;
}
</style>