Shades of Sandrift #AB9384
Tints of Sandrift #AB9384
RGB
CMYK
RGB Variations
Color information
#AB9384 (or 0xAB9384) is known color: Sandrift. HEX triplet: AB, 93 and 84. RGB value is (171,147,132). Sum of RGB (Red+Green+Blue) = 171+147+132=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9384 is #546C7B. Grayscale: #989898. Windows color (decimal): -5532796 or 8688555. OLE color: 8688555.
HSL color Cylindrical-coordinate representation of color #AB9384: hue angle of 23.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9384 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 132 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.33 |
| HSL | 23.08º | 0.19% | 0.59% | - |
| HSV(B) | 23.08º | 0.23% | 0.67% | - |
| XYZ | 31.39 | 31.19 | 26.2 | - |
| YUV | 152.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 132 | 0 | 0.14 | 0.23 | 0.33 | 23.08 | 0.19 | 0.59 |
| Hex | AB | 93 | 84 | 0 | E | 17 | 21 | 17 | 13 | 3B |
| Octal | 253 | 223 | 204 | 0 | 16 | 27 | 41 | 27 | 23 | 73 |
| Binary | 10101011 | 10010011 | 10000100 | 0 | 1110 | 10111 | 100001 | 10111 | 10011 | 111011 |
Color Harmonies of #AB9384
Complementary color
Monochromatic Colors of #AB9384
Black with #AB9384
Text Example
Text Example
White with #AB9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9384; }
p { color: rgb(171,147,132); }
H1.HeaderClassName
{
color: #AB9384;
}
.AnyTagClassName
{
color: #AB9384;
}
</style>
background-color css
<style>
a { background-color: #AB9384; }
a { background-color: rgb(171,147,132); }
div.DivClassName
{
background-color: #AB9384;
}
.BgClassName
{
background-color: #AB9384;
}
</style>
border-color css
<style>
span { border-color: #AB9384; }
span { border-color: rgb(171,147,132); }
td.TdClassName
{
border-color: #AB9384;
}
.TagClassName
{
border-color: #AB9384;
}
</style>