Shades of Sandrift #AA9379
Tints of Sandrift #AA9379
RGB
CMYK
RGB Variations
Color information
#AA9379 (or 0xAA9379) is known color: Sandrift. HEX triplet: AA, 93 and 79. RGB value is (170,147,121). Sum of RGB (Red+Green+Blue) = 170+147+121=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9379 is #556C86. Grayscale: #979797. Windows color (decimal): -5598343 or 7967658. OLE color: 7967658.
HSL color Cylindrical-coordinate representation of color #AA9379: hue angle of 31.84º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9379 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 121 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.33 |
| HSL | 31.84º | 0.22% | 0.57% | - |
| HSV(B) | 31.84º | 0.29% | 0.67% | - |
| XYZ | 30.46 | 30.79 | 22.43 | - |
| YUV | 150.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 121 | 0 | 0.14 | 0.29 | 0.33 | 31.84 | 0.22 | 0.57 |
| Hex | AA | 93 | 79 | 0 | E | 1D | 21 | 20 | 16 | 39 |
| Octal | 252 | 223 | 171 | 0 | 16 | 35 | 41 | 40 | 26 | 71 |
| Binary | 10101010 | 10010011 | 1111001 | 0 | 1110 | 11101 | 100001 | 100000 | 10110 | 111001 |
Color Harmonies of #AA9379
Complementary color
Monochromatic Colors of #AA9379
Black with #AA9379
Text Example
Text Example
White with #AA9379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9379; }
p { color: rgb(170,147,121); }
H1.HeaderClassName
{
color: #AA9379;
}
.AnyTagClassName
{
color: #AA9379;
}
</style>
background-color css
<style>
a { background-color: #AA9379; }
a { background-color: rgb(170,147,121); }
div.DivClassName
{
background-color: #AA9379;
}
.BgClassName
{
background-color: #AA9379;
}
</style>
border-color css
<style>
span { border-color: #AA9379; }
span { border-color: rgb(170,147,121); }
td.TdClassName
{
border-color: #AA9379;
}
.TagClassName
{
border-color: #AA9379;
}
</style>