Shades of Sandrift #A99384
Tints of Sandrift #A99384
RGB
CMYK
RGB Variations
Color information
#A99384 (or 0xA99384) is known color: Sandrift. HEX triplet: A9, 93 and 84. RGB value is (169,147,132). Sum of RGB (Red+Green+Blue) = 169+147+132=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A99384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99384 is #566C7B. Grayscale: #979797. Windows color (decimal): -5663868 or 8688553. OLE color: 8688553.
HSL color Cylindrical-coordinate representation of color #A99384: hue angle of 24.32º 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 #A99384 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 132 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.34 |
| HSL | 24.32º | 0.18% | 0.59% | - |
| HSV(B) | 24.32º | 0.22% | 0.66% | - |
| XYZ | 30.96 | 30.97 | 26.18 | - |
| YUV | 151.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 132 | 0 | 0.13 | 0.22 | 0.34 | 24.32 | 0.18 | 0.59 |
| Hex | A9 | 93 | 84 | 0 | D | 16 | 22 | 18 | 12 | 3B |
| Octal | 251 | 223 | 204 | 0 | 15 | 26 | 42 | 30 | 22 | 73 |
| Binary | 10101001 | 10010011 | 10000100 | 0 | 1101 | 10110 | 100010 | 11000 | 10010 | 111011 |
Color Harmonies of #A99384
Complementary color
Monochromatic Colors of #A99384
Black with #A99384
Text Example
Text Example
White with #A99384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99384; }
p { color: rgb(169,147,132); }
H1.HeaderClassName
{
color: #A99384;
}
.AnyTagClassName
{
color: #A99384;
}
</style>
background-color css
<style>
a { background-color: #A99384; }
a { background-color: rgb(169,147,132); }
div.DivClassName
{
background-color: #A99384;
}
.BgClassName
{
background-color: #A99384;
}
</style>
border-color css
<style>
span { border-color: #A99384; }
span { border-color: rgb(169,147,132); }
td.TdClassName
{
border-color: #A99384;
}
.TagClassName
{
border-color: #A99384;
}
</style>