Shades of Sandrift #AB9582
Tints of Sandrift #AB9582
RGB
CMYK
RGB Variations
Color information
#AB9582 (or 0xAB9582) is known color: Sandrift. HEX triplet: AB, 95 and 82. RGB value is (171,149,130). Sum of RGB (Red+Green+Blue) = 171+149+130=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9582 is #546A7D. Grayscale: #999999. Windows color (decimal): -5532286 or 8557995. OLE color: 8557995.
HSL color Cylindrical-coordinate representation of color #AB9582: hue angle of 27.8º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9582 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 130 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.33 |
| HSL | 27.8º | 0.2% | 0.59% | - |
| HSV(B) | 27.8º | 0.24% | 0.67% | - |
| XYZ | 31.57 | 31.76 | 25.59 | - |
| YUV | 153.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 130 | 0 | 0.13 | 0.24 | 0.33 | 27.8 | 0.2 | 0.59 |
| Hex | AB | 95 | 82 | 0 | D | 18 | 21 | 1C | 14 | 3B |
| Octal | 253 | 225 | 202 | 0 | 15 | 30 | 41 | 34 | 24 | 73 |
| Binary | 10101011 | 10010101 | 10000010 | 0 | 1101 | 11000 | 100001 | 11100 | 10100 | 111011 |
Color Harmonies of #AB9582
Complementary color
Monochromatic Colors of #AB9582
Black with #AB9582
Text Example
Text Example
White with #AB9582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9582; }
p { color: rgb(171,149,130); }
H1.HeaderClassName
{
color: #AB9582;
}
.AnyTagClassName
{
color: #AB9582;
}
</style>
background-color css
<style>
a { background-color: #AB9582; }
a { background-color: rgb(171,149,130); }
div.DivClassName
{
background-color: #AB9582;
}
.BgClassName
{
background-color: #AB9582;
}
</style>
border-color css
<style>
span { border-color: #AB9582; }
span { border-color: rgb(171,149,130); }
td.TdClassName
{
border-color: #AB9582;
}
.TagClassName
{
border-color: #AB9582;
}
</style>