Shades of Sandrift #AB927B
Tints of Sandrift #AB927B
RGB
CMYK
RGB Variations
Color information
#AB927B (or 0xAB927B) is known color: Sandrift. HEX triplet: AB, 92 and 7B. RGB value is (171,146,123). Sum of RGB (Red+Green+Blue) = 171+146+123=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB927B is #546D84. Grayscale: #969696. Windows color (decimal): -5533061 or 8098475. OLE color: 8098475.
HSL color Cylindrical-coordinate representation of color #AB927B: hue angle of 28.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB927B is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 123 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.33 |
| HSL | 28.75º | 0.22% | 0.58% | - |
| HSV(B) | 28.75º | 0.28% | 0.67% | - |
| XYZ | 30.65 | 30.65 | 23.04 | - |
| YUV | 150.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 123 | 0 | 0.15 | 0.28 | 0.33 | 28.75 | 0.22 | 0.58 |
| Hex | AB | 92 | 7B | 0 | F | 1C | 21 | 1D | 16 | 3A |
| Octal | 253 | 222 | 173 | 0 | 17 | 34 | 41 | 35 | 26 | 72 |
| Binary | 10101011 | 10010010 | 1111011 | 0 | 1111 | 11100 | 100001 | 11101 | 10110 | 111010 |
Color Harmonies of #AB927B
Complementary color
Monochromatic Colors of #AB927B
Black with #AB927B
Text Example
Text Example
White with #AB927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB927B; }
p { color: rgb(171,146,123); }
H1.HeaderClassName
{
color: #AB927B;
}
.AnyTagClassName
{
color: #AB927B;
}
</style>
background-color css
<style>
a { background-color: #AB927B; }
a { background-color: rgb(171,146,123); }
div.DivClassName
{
background-color: #AB927B;
}
.BgClassName
{
background-color: #AB927B;
}
</style>
border-color css
<style>
span { border-color: #AB927B; }
span { border-color: rgb(171,146,123); }
td.TdClassName
{
border-color: #AB927B;
}
.TagClassName
{
border-color: #AB927B;
}
</style>