Shades of Sandrift #AB947E
Tints of Sandrift #AB947E
RGB
CMYK
RGB Variations
Color information
#AB947E (or 0xAB947E) is known color: Sandrift. HEX triplet: AB, 94 and 7E. RGB value is (171,148,126). Sum of RGB (Red+Green+Blue) = 171+148+126=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB947E is #546B81. Grayscale: #989898. Windows color (decimal): -5532546 or 8295595. OLE color: 8295595.
HSL color Cylindrical-coordinate representation of color #AB947E: hue angle of 29.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB947E is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 126 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.33 |
| HSL | 29.33º | 0.21% | 0.58% | - |
| HSV(B) | 29.33º | 0.26% | 0.67% | - |
| XYZ | 31.15 | 31.34 | 24.15 | - |
| YUV | 152.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 126 | 0 | 0.13 | 0.26 | 0.33 | 29.33 | 0.21 | 0.58 |
| Hex | AB | 94 | 7E | 0 | D | 1A | 21 | 1D | 15 | 3A |
| Octal | 253 | 224 | 176 | 0 | 15 | 32 | 41 | 35 | 25 | 72 |
| Binary | 10101011 | 10010100 | 1111110 | 0 | 1101 | 11010 | 100001 | 11101 | 10101 | 111010 |
Color Harmonies of #AB947E
Complementary color
Monochromatic Colors of #AB947E
Black with #AB947E
Text Example
Text Example
White with #AB947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB947E; }
p { color: rgb(171,148,126); }
H1.HeaderClassName
{
color: #AB947E;
}
.AnyTagClassName
{
color: #AB947E;
}
</style>
background-color css
<style>
a { background-color: #AB947E; }
a { background-color: rgb(171,148,126); }
div.DivClassName
{
background-color: #AB947E;
}
.BgClassName
{
background-color: #AB947E;
}
</style>
border-color css
<style>
span { border-color: #AB947E; }
span { border-color: rgb(171,148,126); }
td.TdClassName
{
border-color: #AB947E;
}
.TagClassName
{
border-color: #AB947E;
}
</style>