Shades of Sandrift #AB9381
Tints of Sandrift #AB9381
RGB
CMYK
RGB Variations
Color information
#AB9381 (or 0xAB9381) is known color: Sandrift. HEX triplet: AB, 93 and 81. RGB value is (171,147,129). Sum of RGB (Red+Green+Blue) = 171+147+129=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9381 is #546C7E. Grayscale: #989898. Windows color (decimal): -5532799 or 8491947. OLE color: 8491947.
HSL color Cylindrical-coordinate representation of color #AB9381: hue angle of 25.71º 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 #AB9381 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 129 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.33 |
| HSL | 25.71º | 0.2% | 0.59% | - |
| HSV(B) | 25.71º | 0.25% | 0.67% | - |
| XYZ | 31.19 | 31.11 | 25.13 | - |
| YUV | 152.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 129 | 0 | 0.14 | 0.25 | 0.33 | 25.71 | 0.2 | 0.59 |
| Hex | AB | 93 | 81 | 0 | E | 19 | 21 | 1A | 14 | 3B |
| Octal | 253 | 223 | 201 | 0 | 16 | 31 | 41 | 32 | 24 | 73 |
| Binary | 10101011 | 10010011 | 10000001 | 0 | 1110 | 11001 | 100001 | 11010 | 10100 | 111011 |
Color Harmonies of #AB9381
Complementary color
Monochromatic Colors of #AB9381
Black with #AB9381
Text Example
Text Example
White with #AB9381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9381; }
p { color: rgb(171,147,129); }
H1.HeaderClassName
{
color: #AB9381;
}
.AnyTagClassName
{
color: #AB9381;
}
</style>
background-color css
<style>
a { background-color: #AB9381; }
a { background-color: rgb(171,147,129); }
div.DivClassName
{
background-color: #AB9381;
}
.BgClassName
{
background-color: #AB9381;
}
</style>
border-color css
<style>
span { border-color: #AB9381; }
span { border-color: rgb(171,147,129); }
td.TdClassName
{
border-color: #AB9381;
}
.TagClassName
{
border-color: #AB9381;
}
</style>