Shades of Sandrift #A89179
Tints of Sandrift #A89179
RGB
CMYK
RGB Variations
Color information
#A89179 (or 0xA89179) is known color: Sandrift. HEX triplet: A8, 91 and 79. RGB value is (168,145,121). Sum of RGB (Red+Green+Blue) = 168+145+121=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A89179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89179 is #576E86. Grayscale: #959595. Windows color (decimal): -5729927 or 7967144. OLE color: 7967144.
HSL color Cylindrical-coordinate representation of color #A89179: hue angle of 30.64º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89179 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 121 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.34 |
| HSL | 30.64º | 0.21% | 0.57% | - |
| HSV(B) | 30.64º | 0.28% | 0.66% | - |
| XYZ | 29.73 | 29.96 | 22.3 | - |
| YUV | 149.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 121 | 0 | 0.14 | 0.28 | 0.34 | 30.64 | 0.21 | 0.57 |
| Hex | A8 | 91 | 79 | 0 | E | 1C | 22 | 1F | 15 | 39 |
| Octal | 250 | 221 | 171 | 0 | 16 | 34 | 42 | 37 | 25 | 71 |
| Binary | 10101000 | 10010001 | 1111001 | 0 | 1110 | 11100 | 100010 | 11111 | 10101 | 111001 |
Color Harmonies of #A89179
Complementary color
Monochromatic Colors of #A89179
Black with #A89179
Text Example
Text Example
White with #A89179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89179; }
p { color: rgb(168,145,121); }
H1.HeaderClassName
{
color: #A89179;
}
.AnyTagClassName
{
color: #A89179;
}
</style>
background-color css
<style>
a { background-color: #A89179; }
a { background-color: rgb(168,145,121); }
div.DivClassName
{
background-color: #A89179;
}
.BgClassName
{
background-color: #A89179;
}
</style>
border-color css
<style>
span { border-color: #A89179; }
span { border-color: rgb(168,145,121); }
td.TdClassName
{
border-color: #A89179;
}
.TagClassName
{
border-color: #A89179;
}
</style>