Shades of Sandrift #AB9180
Tints of Sandrift #AB9180
RGB
CMYK
RGB Variations
Color information
#AB9180 (or 0xAB9180) is known color: Sandrift. HEX triplet: AB, 91 and 80. RGB value is (171,145,128). Sum of RGB (Red+Green+Blue) = 171+145+128=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9180 is #546E7F. Grayscale: #969696. Windows color (decimal): -5533312 or 8425899. OLE color: 8425899.
HSL color Cylindrical-coordinate representation of color #AB9180: hue angle of 23.72º 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 #AB9180 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 128 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.33 |
| HSL | 23.72º | 0.2% | 0.59% | - |
| HSV(B) | 23.72º | 0.25% | 0.67% | - |
| XYZ | 30.82 | 30.47 | 24.68 | - |
| YUV | 150.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 128 | 0 | 0.15 | 0.25 | 0.33 | 23.72 | 0.2 | 0.59 |
| Hex | AB | 91 | 80 | 0 | F | 19 | 21 | 18 | 14 | 3B |
| Octal | 253 | 221 | 200 | 0 | 17 | 31 | 41 | 30 | 24 | 73 |
| Binary | 10101011 | 10010001 | 10000000 | 0 | 1111 | 11001 | 100001 | 11000 | 10100 | 111011 |
Color Harmonies of #AB9180
Complementary color
Monochromatic Colors of #AB9180
Black with #AB9180
Text Example
Text Example
White with #AB9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9180; }
p { color: rgb(171,145,128); }
H1.HeaderClassName
{
color: #AB9180;
}
.AnyTagClassName
{
color: #AB9180;
}
</style>
background-color css
<style>
a { background-color: #AB9180; }
a { background-color: rgb(171,145,128); }
div.DivClassName
{
background-color: #AB9180;
}
.BgClassName
{
background-color: #AB9180;
}
</style>
border-color css
<style>
span { border-color: #AB9180; }
span { border-color: rgb(171,145,128); }
td.TdClassName
{
border-color: #AB9180;
}
.TagClassName
{
border-color: #AB9180;
}
</style>