Shades of Sandrift #A8897A
Tints of Sandrift #A8897A
RGB
CMYK
RGB Variations
Color information
#A8897A (or 0xA8897A) is known color: Sandrift. HEX triplet: A8, 89 and 7A. RGB value is (168,137,122). Sum of RGB (Red+Green+Blue) = 168+137+122=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8897A is #577685. Grayscale: #909090. Windows color (decimal): -5731974 or 8030632. OLE color: 8030632.
HSL color Cylindrical-coordinate representation of color #A8897A: hue angle of 19.57º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8897A is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 122 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.34 |
| HSL | 19.57º | 0.21% | 0.57% | - |
| HSV(B) | 19.57º | 0.27% | 0.66% | - |
| XYZ | 28.61 | 27.62 | 22.24 | - |
| YUV | 144.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 122 | 0 | 0.18 | 0.27 | 0.34 | 19.57 | 0.21 | 0.57 |
| Hex | A8 | 89 | 7A | 0 | 12 | 1B | 22 | 14 | 15 | 39 |
| Octal | 250 | 211 | 172 | 0 | 22 | 33 | 42 | 24 | 25 | 71 |
| Binary | 10101000 | 10001001 | 1111010 | 0 | 10010 | 11011 | 100010 | 10100 | 10101 | 111001 |
Color Harmonies of #A8897A
Complementary color
Monochromatic Colors of #A8897A
Black with #A8897A
Text Example
Text Example
White with #A8897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8897A; }
p { color: rgb(168,137,122); }
H1.HeaderClassName
{
color: #A8897A;
}
.AnyTagClassName
{
color: #A8897A;
}
</style>
background-color css
<style>
a { background-color: #A8897A; }
a { background-color: rgb(168,137,122); }
div.DivClassName
{
background-color: #A8897A;
}
.BgClassName
{
background-color: #A8897A;
}
</style>
border-color css
<style>
span { border-color: #A8897A; }
span { border-color: rgb(168,137,122); }
td.TdClassName
{
border-color: #A8897A;
}
.TagClassName
{
border-color: #A8897A;
}
</style>