Shades of Sandrift #AB9382
Tints of Sandrift #AB9382
RGB
CMYK
RGB Variations
Color information
#AB9382 (or 0xAB9382) is known color: Sandrift. HEX triplet: AB, 93 and 82. RGB value is (171,147,130). Sum of RGB (Red+Green+Blue) = 171+147+130=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9382 is #546C7D. Grayscale: #989898. Windows color (decimal): -5532798 or 8557483. OLE color: 8557483.
HSL color Cylindrical-coordinate representation of color #AB9382: hue angle of 24.88º 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 #AB9382 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 130 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.33 |
| HSL | 24.88º | 0.2% | 0.59% | - |
| HSV(B) | 24.88º | 0.24% | 0.67% | - |
| XYZ | 31.26 | 31.14 | 25.48 | - |
| YUV | 152.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 130 | 0 | 0.14 | 0.24 | 0.33 | 24.88 | 0.2 | 0.59 |
| Hex | AB | 93 | 82 | 0 | E | 18 | 21 | 19 | 14 | 3B |
| Octal | 253 | 223 | 202 | 0 | 16 | 30 | 41 | 31 | 24 | 73 |
| Binary | 10101011 | 10010011 | 10000010 | 0 | 1110 | 11000 | 100001 | 11001 | 10100 | 111011 |
Color Harmonies of #AB9382
Complementary color
Monochromatic Colors of #AB9382
Black with #AB9382
Text Example
Text Example
White with #AB9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9382; }
p { color: rgb(171,147,130); }
H1.HeaderClassName
{
color: #AB9382;
}
.AnyTagClassName
{
color: #AB9382;
}
</style>
background-color css
<style>
a { background-color: #AB9382; }
a { background-color: rgb(171,147,130); }
div.DivClassName
{
background-color: #AB9382;
}
.BgClassName
{
background-color: #AB9382;
}
</style>
border-color css
<style>
span { border-color: #AB9382; }
span { border-color: rgb(171,147,130); }
td.TdClassName
{
border-color: #AB9382;
}
.TagClassName
{
border-color: #AB9382;
}
</style>