Shades of Sandrift #AA9381
Tints of Sandrift #AA9381
RGB
CMYK
RGB Variations
Color information
#AA9381 (or 0xAA9381) is known color: Sandrift. HEX triplet: AA, 93 and 81. RGB value is (170,147,129). Sum of RGB (Red+Green+Blue) = 170+147+129=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9381 is #556C7E. Grayscale: #979797. Windows color (decimal): -5598335 or 8491946. OLE color: 8491946.
HSL color Cylindrical-coordinate representation of color #AA9381: hue angle of 26.34º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9381 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 129 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.33 |
| HSL | 26.34º | 0.19% | 0.59% | - |
| HSV(B) | 26.34º | 0.24% | 0.67% | - |
| XYZ | 30.97 | 31 | 25.12 | - |
| YUV | 151.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 129 | 0 | 0.14 | 0.24 | 0.33 | 26.34 | 0.19 | 0.59 |
| Hex | AA | 93 | 81 | 0 | E | 18 | 21 | 1A | 13 | 3B |
| Octal | 252 | 223 | 201 | 0 | 16 | 30 | 41 | 32 | 23 | 73 |
| Binary | 10101010 | 10010011 | 10000001 | 0 | 1110 | 11000 | 100001 | 11010 | 10011 | 111011 |
Color Harmonies of #AA9381
Complementary color
Monochromatic Colors of #AA9381
Black with #AA9381
Text Example
Text Example
White with #AA9381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9381; }
p { color: rgb(170,147,129); }
H1.HeaderClassName
{
color: #AA9381;
}
.AnyTagClassName
{
color: #AA9381;
}
</style>
background-color css
<style>
a { background-color: #AA9381; }
a { background-color: rgb(170,147,129); }
div.DivClassName
{
background-color: #AA9381;
}
.BgClassName
{
background-color: #AA9381;
}
</style>
border-color css
<style>
span { border-color: #AA9381; }
span { border-color: rgb(170,147,129); }
td.TdClassName
{
border-color: #AA9381;
}
.TagClassName
{
border-color: #AA9381;
}
</style>