Shades of Sandrift #A89178
Tints of Sandrift #A89178
RGB
CMYK
RGB Variations
Color information
#A89178 (or 0xA89178) is known color: Sandrift. HEX triplet: A8, 91 and 78. RGB value is (168,145,120). Sum of RGB (Red+Green+Blue) = 168+145+120=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A89178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89178 is #576E87. Grayscale: #959595. Windows color (decimal): -5729928 or 7901608. OLE color: 7901608.
HSL color Cylindrical-coordinate representation of color #A89178: hue angle of 31.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89178 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 120 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.34 |
| HSL | 31.25º | 0.22% | 0.56% | - |
| HSV(B) | 31.25º | 0.29% | 0.66% | - |
| XYZ | 29.66 | 29.93 | 21.98 | - |
| YUV | 149.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 120 | 0 | 0.14 | 0.29 | 0.34 | 31.25 | 0.22 | 0.56 |
| Hex | A8 | 91 | 78 | 0 | E | 1D | 22 | 1F | 16 | 38 |
| Octal | 250 | 221 | 170 | 0 | 16 | 35 | 42 | 37 | 26 | 70 |
| Binary | 10101000 | 10010001 | 1111000 | 0 | 1110 | 11101 | 100010 | 11111 | 10110 | 111000 |
Color Harmonies of #A89178
Complementary color
Monochromatic Colors of #A89178
Black with #A89178
Text Example
Text Example
White with #A89178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89178; }
p { color: rgb(168,145,120); }
H1.HeaderClassName
{
color: #A89178;
}
.AnyTagClassName
{
color: #A89178;
}
</style>
background-color css
<style>
a { background-color: #A89178; }
a { background-color: rgb(168,145,120); }
div.DivClassName
{
background-color: #A89178;
}
.BgClassName
{
background-color: #A89178;
}
</style>
border-color css
<style>
span { border-color: #A89178; }
span { border-color: rgb(168,145,120); }
td.TdClassName
{
border-color: #A89178;
}
.TagClassName
{
border-color: #A89178;
}
</style>