Shades of Sandrift #AB947A
Tints of Sandrift #AB947A
RGB
CMYK
RGB Variations
Color information
#AB947A (or 0xAB947A) is known color: Sandrift. HEX triplet: AB, 94 and 7A. RGB value is (171,148,122). Sum of RGB (Red+Green+Blue) = 171+148+122=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB947A is #546B85. Grayscale: #989898. Windows color (decimal): -5532550 or 8033451. OLE color: 8033451.
HSL color Cylindrical-coordinate representation of color #AB947A: hue angle of 31.84º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB947A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 122 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.33 |
| HSL | 31.84º | 0.23% | 0.57% | - |
| HSV(B) | 31.84º | 0.29% | 0.67% | - |
| XYZ | 30.9 | 31.24 | 22.81 | - |
| YUV | 151.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 122 | 0 | 0.13 | 0.29 | 0.33 | 31.84 | 0.23 | 0.57 |
| Hex | AB | 94 | 7A | 0 | D | 1D | 21 | 20 | 17 | 39 |
| Octal | 253 | 224 | 172 | 0 | 15 | 35 | 41 | 40 | 27 | 71 |
| Binary | 10101011 | 10010100 | 1111010 | 0 | 1101 | 11101 | 100001 | 100000 | 10111 | 111001 |
Color Harmonies of #AB947A
Complementary color
Monochromatic Colors of #AB947A
Black with #AB947A
Text Example
Text Example
White with #AB947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB947A; }
p { color: rgb(171,148,122); }
H1.HeaderClassName
{
color: #AB947A;
}
.AnyTagClassName
{
color: #AB947A;
}
</style>
background-color css
<style>
a { background-color: #AB947A; }
a { background-color: rgb(171,148,122); }
div.DivClassName
{
background-color: #AB947A;
}
.BgClassName
{
background-color: #AB947A;
}
</style>
border-color css
<style>
span { border-color: #AB947A; }
span { border-color: rgb(171,148,122); }
td.TdClassName
{
border-color: #AB947A;
}
.TagClassName
{
border-color: #AB947A;
}
</style>