Shades of Sandrift #AB9484
Tints of Sandrift #AB9484
RGB
CMYK
RGB Variations
Color information
#AB9484 (or 0xAB9484) is known color: Sandrift. HEX triplet: AB, 94 and 84. RGB value is (171,148,132). Sum of RGB (Red+Green+Blue) = 171+148+132=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9484 is #546B7B. Grayscale: #999999. Windows color (decimal): -5532540 or 8688811. OLE color: 8688811.
HSL color Cylindrical-coordinate representation of color #AB9484: hue angle of 24.62º 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 #AB9484 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 132 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.33 |
| HSL | 24.62º | 0.19% | 0.59% | - |
| HSV(B) | 24.62º | 0.23% | 0.67% | - |
| XYZ | 31.55 | 31.5 | 26.25 | - |
| YUV | 153.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 132 | 0 | 0.13 | 0.23 | 0.33 | 24.62 | 0.19 | 0.59 |
| Hex | AB | 94 | 84 | 0 | D | 17 | 21 | 19 | 13 | 3B |
| Octal | 253 | 224 | 204 | 0 | 15 | 27 | 41 | 31 | 23 | 73 |
| Binary | 10101011 | 10010100 | 10000100 | 0 | 1101 | 10111 | 100001 | 11001 | 10011 | 111011 |
Color Harmonies of #AB9484
Complementary color
Monochromatic Colors of #AB9484
Black with #AB9484
Text Example
Text Example
White with #AB9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9484; }
p { color: rgb(171,148,132); }
H1.HeaderClassName
{
color: #AB9484;
}
.AnyTagClassName
{
color: #AB9484;
}
</style>
background-color css
<style>
a { background-color: #AB9484; }
a { background-color: rgb(171,148,132); }
div.DivClassName
{
background-color: #AB9484;
}
.BgClassName
{
background-color: #AB9484;
}
</style>
border-color css
<style>
span { border-color: #AB9484; }
span { border-color: rgb(171,148,132); }
td.TdClassName
{
border-color: #AB9484;
}
.TagClassName
{
border-color: #AB9484;
}
</style>