Shades of Sandrift #AA9385
Tints of Sandrift #AA9385
RGB
CMYK
RGB Variations
Color information
#AA9385 (or 0xAA9385) is known color: Sandrift. HEX triplet: AA, 93 and 85. RGB value is (170,147,133). Sum of RGB (Red+Green+Blue) = 170+147+133=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9385 is #556C7A. Grayscale: #989898. Windows color (decimal): -5598331 or 8754090. OLE color: 8754090.
HSL color Cylindrical-coordinate representation of color #AA9385: hue angle of 22.7º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9385 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 133 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.33 |
| HSL | 22.7º | 0.18% | 0.59% | - |
| HSV(B) | 22.7º | 0.22% | 0.67% | - |
| XYZ | 31.24 | 31.11 | 26.55 | - |
| YUV | 152.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 133 | 0 | 0.14 | 0.22 | 0.33 | 22.7 | 0.18 | 0.59 |
| Hex | AA | 93 | 85 | 0 | E | 16 | 21 | 17 | 12 | 3B |
| Octal | 252 | 223 | 205 | 0 | 16 | 26 | 41 | 27 | 22 | 73 |
| Binary | 10101010 | 10010011 | 10000101 | 0 | 1110 | 10110 | 100001 | 10111 | 10010 | 111011 |
Color Harmonies of #AA9385
Complementary color
Monochromatic Colors of #AA9385
Black with #AA9385
Text Example
Text Example
White with #AA9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9385; }
p { color: rgb(170,147,133); }
H1.HeaderClassName
{
color: #AA9385;
}
.AnyTagClassName
{
color: #AA9385;
}
</style>
background-color css
<style>
a { background-color: #AA9385; }
a { background-color: rgb(170,147,133); }
div.DivClassName
{
background-color: #AA9385;
}
.BgClassName
{
background-color: #AA9385;
}
</style>
border-color css
<style>
span { border-color: #AA9385; }
span { border-color: rgb(170,147,133); }
td.TdClassName
{
border-color: #AA9385;
}
.TagClassName
{
border-color: #AA9385;
}
</style>