Shades of Sandrift #AB9280
Tints of Sandrift #AB9280
RGB
CMYK
RGB Variations
Color information
#AB9280 (or 0xAB9280) is known color: Sandrift. HEX triplet: AB, 92 and 80. RGB value is (171,146,128). Sum of RGB (Red+Green+Blue) = 171+146+128=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9280 is #546D7F. Grayscale: #979797. Windows color (decimal): -5533056 or 8426155. OLE color: 8426155.
HSL color Cylindrical-coordinate representation of color #AB9280: hue angle of 25.12º 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 #AB9280 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 128 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.33 |
| HSL | 25.12º | 0.2% | 0.59% | - |
| HSV(B) | 25.12º | 0.25% | 0.67% | - |
| XYZ | 30.97 | 30.77 | 24.73 | - |
| YUV | 151.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 128 | 0 | 0.15 | 0.25 | 0.33 | 25.12 | 0.2 | 0.59 |
| Hex | AB | 92 | 80 | 0 | F | 19 | 21 | 19 | 14 | 3B |
| Octal | 253 | 222 | 200 | 0 | 17 | 31 | 41 | 31 | 24 | 73 |
| Binary | 10101011 | 10010010 | 10000000 | 0 | 1111 | 11001 | 100001 | 11001 | 10100 | 111011 |
Color Harmonies of #AB9280
Complementary color
Monochromatic Colors of #AB9280
Black with #AB9280
Text Example
Text Example
White with #AB9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9280; }
p { color: rgb(171,146,128); }
H1.HeaderClassName
{
color: #AB9280;
}
.AnyTagClassName
{
color: #AB9280;
}
</style>
background-color css
<style>
a { background-color: #AB9280; }
a { background-color: rgb(171,146,128); }
div.DivClassName
{
background-color: #AB9280;
}
.BgClassName
{
background-color: #AB9280;
}
</style>
border-color css
<style>
span { border-color: #AB9280; }
span { border-color: rgb(171,146,128); }
td.TdClassName
{
border-color: #AB9280;
}
.TagClassName
{
border-color: #AB9280;
}
</style>