Shades of Sandrift #A89183
Tints of Sandrift #A89183
RGB
CMYK
RGB Variations
Color information
#A89183 (or 0xA89183) is known color: Sandrift. HEX triplet: A8, 91 and 83. RGB value is (168,145,131). Sum of RGB (Red+Green+Blue) = 168+145+131=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A89183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89183 is #576E7C. Grayscale: #969696. Windows color (decimal): -5729917 or 8622504. OLE color: 8622504.
HSL color Cylindrical-coordinate representation of color #A89183: hue angle of 22.7º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A89183 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 131 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.34 |
| HSL | 22.7º | 0.18% | 0.59% | - |
| HSV(B) | 22.7º | 0.22% | 0.66% | - |
| XYZ | 30.37 | 30.21 | 25.7 | - |
| YUV | 150.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 131 | 0 | 0.14 | 0.22 | 0.34 | 22.7 | 0.18 | 0.59 |
| Hex | A8 | 91 | 83 | 0 | E | 16 | 22 | 17 | 12 | 3B |
| Octal | 250 | 221 | 203 | 0 | 16 | 26 | 42 | 27 | 22 | 73 |
| Binary | 10101000 | 10010001 | 10000011 | 0 | 1110 | 10110 | 100010 | 10111 | 10010 | 111011 |
Color Harmonies of #A89183
Complementary color
Monochromatic Colors of #A89183
Black with #A89183
Text Example
Text Example
White with #A89183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89183; }
p { color: rgb(168,145,131); }
H1.HeaderClassName
{
color: #A89183;
}
.AnyTagClassName
{
color: #A89183;
}
</style>
background-color css
<style>
a { background-color: #A89183; }
a { background-color: rgb(168,145,131); }
div.DivClassName
{
background-color: #A89183;
}
.BgClassName
{
background-color: #A89183;
}
</style>
border-color css
<style>
span { border-color: #A89183; }
span { border-color: rgb(168,145,131); }
td.TdClassName
{
border-color: #A89183;
}
.TagClassName
{
border-color: #A89183;
}
</style>