Shades of Sandrift #AA9383
Tints of Sandrift #AA9383
RGB
CMYK
RGB Variations
Color information
#AA9383 (or 0xAA9383) is known color: Sandrift. HEX triplet: AA, 93 and 83. RGB value is (170,147,131). Sum of RGB (Red+Green+Blue) = 170+147+131=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9383 is #556C7C. Grayscale: #989898. Windows color (decimal): -5598333 or 8623018. OLE color: 8623018.
HSL color Cylindrical-coordinate representation of color #AA9383: hue angle of 24.62º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9383 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 131 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.33 |
| HSL | 24.62º | 0.19% | 0.59% | - |
| HSV(B) | 24.62º | 0.23% | 0.67% | - |
| XYZ | 31.11 | 31.05 | 25.83 | - |
| YUV | 152.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 131 | 0 | 0.14 | 0.23 | 0.33 | 24.62 | 0.19 | 0.59 |
| Hex | AA | 93 | 83 | 0 | E | 17 | 21 | 19 | 13 | 3B |
| Octal | 252 | 223 | 203 | 0 | 16 | 27 | 41 | 31 | 23 | 73 |
| Binary | 10101010 | 10010011 | 10000011 | 0 | 1110 | 10111 | 100001 | 11001 | 10011 | 111011 |
Color Harmonies of #AA9383
Complementary color
Monochromatic Colors of #AA9383
Black with #AA9383
Text Example
Text Example
White with #AA9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9383; }
p { color: rgb(170,147,131); }
H1.HeaderClassName
{
color: #AA9383;
}
.AnyTagClassName
{
color: #AA9383;
}
</style>
background-color css
<style>
a { background-color: #AA9383; }
a { background-color: rgb(170,147,131); }
div.DivClassName
{
background-color: #AA9383;
}
.BgClassName
{
background-color: #AA9383;
}
</style>
border-color css
<style>
span { border-color: #AA9383; }
span { border-color: rgb(170,147,131); }
td.TdClassName
{
border-color: #AA9383;
}
.TagClassName
{
border-color: #AA9383;
}
</style>