Shades of Sandrift #A89284
Tints of Sandrift #A89284
RGB
CMYK
RGB Variations
Color information
#A89284 (or 0xA89284) is known color: Sandrift. HEX triplet: A8, 92 and 84. RGB value is (168,146,132). Sum of RGB (Red+Green+Blue) = 168+146+132=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A89284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89284 is #576D7B. Grayscale: #979797. Windows color (decimal): -5729660 or 8688296. OLE color: 8688296.
HSL color Cylindrical-coordinate representation of color #A89284: hue angle of 23.33º 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 #A89284 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 132 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.34 |
| HSL | 23.33º | 0.17% | 0.59% | - |
| HSV(B) | 23.33º | 0.21% | 0.66% | - |
| XYZ | 30.59 | 30.55 | 26.11 | - |
| YUV | 150.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 132 | 0 | 0.13 | 0.21 | 0.34 | 23.33 | 0.17 | 0.59 |
| Hex | A8 | 92 | 84 | 0 | D | 15 | 22 | 17 | 11 | 3B |
| Octal | 250 | 222 | 204 | 0 | 15 | 25 | 42 | 27 | 21 | 73 |
| Binary | 10101000 | 10010010 | 10000100 | 0 | 1101 | 10101 | 100010 | 10111 | 10001 | 111011 |
Color Harmonies of #A89284
Complementary color
Monochromatic Colors of #A89284
Black with #A89284
Text Example
Text Example
White with #A89284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89284; }
p { color: rgb(168,146,132); }
H1.HeaderClassName
{
color: #A89284;
}
.AnyTagClassName
{
color: #A89284;
}
</style>
background-color css
<style>
a { background-color: #A89284; }
a { background-color: rgb(168,146,132); }
div.DivClassName
{
background-color: #A89284;
}
.BgClassName
{
background-color: #A89284;
}
</style>
border-color css
<style>
span { border-color: #A89284; }
span { border-color: rgb(168,146,132); }
td.TdClassName
{
border-color: #A89284;
}
.TagClassName
{
border-color: #A89284;
}
</style>