Shades of Sandrift #A89184
Tints of Sandrift #A89184
RGB
CMYK
RGB Variations
Color information
#A89184 (or 0xA89184) is known color: Sandrift. HEX triplet: A8, 91 and 84. RGB value is (168,145,132). Sum of RGB (Red+Green+Blue) = 168+145+132=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A89184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89184 is #576E7B. Grayscale: #969696. Windows color (decimal): -5729916 or 8688040. OLE color: 8688040.
HSL color Cylindrical-coordinate representation of color #A89184: hue angle of 21.67º 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 #A89184 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 132 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.34 |
| HSL | 21.67º | 0.17% | 0.59% | - |
| HSV(B) | 21.67º | 0.21% | 0.66% | - |
| XYZ | 30.44 | 30.24 | 26.06 | - |
| YUV | 150.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 132 | 0 | 0.14 | 0.21 | 0.34 | 21.67 | 0.17 | 0.59 |
| Hex | A8 | 91 | 84 | 0 | E | 15 | 22 | 16 | 11 | 3B |
| Octal | 250 | 221 | 204 | 0 | 16 | 25 | 42 | 26 | 21 | 73 |
| Binary | 10101000 | 10010001 | 10000100 | 0 | 1110 | 10101 | 100010 | 10110 | 10001 | 111011 |
Color Harmonies of #A89184
Complementary color
Monochromatic Colors of #A89184
Black with #A89184
Text Example
Text Example
White with #A89184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89184; }
p { color: rgb(168,145,132); }
H1.HeaderClassName
{
color: #A89184;
}
.AnyTagClassName
{
color: #A89184;
}
</style>
background-color css
<style>
a { background-color: #A89184; }
a { background-color: rgb(168,145,132); }
div.DivClassName
{
background-color: #A89184;
}
.BgClassName
{
background-color: #A89184;
}
</style>
border-color css
<style>
span { border-color: #A89184; }
span { border-color: rgb(168,145,132); }
td.TdClassName
{
border-color: #A89184;
}
.TagClassName
{
border-color: #A89184;
}
</style>