Shades of Sandrift #AB9082
Tints of Sandrift #AB9082
RGB
CMYK
RGB Variations
Color information
#AB9082 (or 0xAB9082) is known color: Sandrift. HEX triplet: AB, 90 and 82. RGB value is (171,144,130). Sum of RGB (Red+Green+Blue) = 171+144+130=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9082 is #546F7D. Grayscale: #969696. Windows color (decimal): -5533566 or 8556715. OLE color: 8556715.
HSL color Cylindrical-coordinate representation of color #AB9082: hue angle of 20.49º 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 #AB9082 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 130 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.33 |
| HSL | 20.49º | 0.2% | 0.59% | - |
| HSV(B) | 20.49º | 0.24% | 0.67% | - |
| XYZ | 30.8 | 30.22 | 25.33 | - |
| YUV | 150.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 130 | 0 | 0.16 | 0.24 | 0.33 | 20.49 | 0.2 | 0.59 |
| Hex | AB | 90 | 82 | 0 | 10 | 18 | 21 | 14 | 14 | 3B |
| Octal | 253 | 220 | 202 | 0 | 20 | 30 | 41 | 24 | 24 | 73 |
| Binary | 10101011 | 10010000 | 10000010 | 0 | 10000 | 11000 | 100001 | 10100 | 10100 | 111011 |
Color Harmonies of #AB9082
Complementary color
Monochromatic Colors of #AB9082
Black with #AB9082
Text Example
Text Example
White with #AB9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9082; }
p { color: rgb(171,144,130); }
H1.HeaderClassName
{
color: #AB9082;
}
.AnyTagClassName
{
color: #AB9082;
}
</style>
background-color css
<style>
a { background-color: #AB9082; }
a { background-color: rgb(171,144,130); }
div.DivClassName
{
background-color: #AB9082;
}
.BgClassName
{
background-color: #AB9082;
}
</style>
border-color css
<style>
span { border-color: #AB9082; }
span { border-color: rgb(171,144,130); }
td.TdClassName
{
border-color: #AB9082;
}
.TagClassName
{
border-color: #AB9082;
}
</style>