Shades of Sandrift #A89085
Tints of Sandrift #A89085
RGB
CMYK
RGB Variations
Color information
#A89085 (or 0xA89085) is known color: Sandrift. HEX triplet: A8, 90 and 85. RGB value is (168,144,133). Sum of RGB (Red+Green+Blue) = 168+144+133=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A89085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89085 is #576F7A. Grayscale: #959595. Windows color (decimal): -5730171 or 8753320. OLE color: 8753320.
HSL color Cylindrical-coordinate representation of color #A89085: hue angle of 18.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89085 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 133 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.34 |
| HSL | 18.86º | 0.17% | 0.59% | - |
| HSV(B) | 18.86º | 0.21% | 0.66% | - |
| XYZ | 30.36 | 29.96 | 26.37 | - |
| YUV | 149.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 133 | 0 | 0.14 | 0.21 | 0.34 | 18.86 | 0.17 | 0.59 |
| Hex | A8 | 90 | 85 | 0 | E | 15 | 22 | 13 | 11 | 3B |
| Octal | 250 | 220 | 205 | 0 | 16 | 25 | 42 | 23 | 21 | 73 |
| Binary | 10101000 | 10010000 | 10000101 | 0 | 1110 | 10101 | 100010 | 10011 | 10001 | 111011 |
Color Harmonies of #A89085
Complementary color
Monochromatic Colors of #A89085
Black with #A89085
Text Example
Text Example
White with #A89085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89085; }
p { color: rgb(168,144,133); }
H1.HeaderClassName
{
color: #A89085;
}
.AnyTagClassName
{
color: #A89085;
}
</style>
background-color css
<style>
a { background-color: #A89085; }
a { background-color: rgb(168,144,133); }
div.DivClassName
{
background-color: #A89085;
}
.BgClassName
{
background-color: #A89085;
}
</style>
border-color css
<style>
span { border-color: #A89085; }
span { border-color: rgb(168,144,133); }
td.TdClassName
{
border-color: #A89085;
}
.TagClassName
{
border-color: #A89085;
}
</style>