Shades of Sandrift #AA9483
Tints of Sandrift #AA9483
RGB
CMYK
RGB Variations
Color information
#AA9483 (or 0xAA9483) is known color: Sandrift. HEX triplet: AA, 94 and 83. RGB value is (170,148,131). Sum of RGB (Red+Green+Blue) = 170+148+131=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9483 is #556B7C. Grayscale: #989898. Windows color (decimal): -5598077 or 8623274. OLE color: 8623274.
HSL color Cylindrical-coordinate representation of color #AA9483: hue angle of 26.15º 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 #AA9483 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 131 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.33 |
| HSL | 26.15º | 0.19% | 0.59% | - |
| HSV(B) | 26.15º | 0.23% | 0.67% | - |
| XYZ | 31.26 | 31.36 | 25.88 | - |
| YUV | 152.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 131 | 0 | 0.13 | 0.23 | 0.33 | 26.15 | 0.19 | 0.59 |
| Hex | AA | 94 | 83 | 0 | D | 17 | 21 | 1A | 13 | 3B |
| Octal | 252 | 224 | 203 | 0 | 15 | 27 | 41 | 32 | 23 | 73 |
| Binary | 10101010 | 10010100 | 10000011 | 0 | 1101 | 10111 | 100001 | 11010 | 10011 | 111011 |
Color Harmonies of #AA9483
Complementary color
Monochromatic Colors of #AA9483
Black with #AA9483
Text Example
Text Example
White with #AA9483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9483; }
p { color: rgb(170,148,131); }
H1.HeaderClassName
{
color: #AA9483;
}
.AnyTagClassName
{
color: #AA9483;
}
</style>
background-color css
<style>
a { background-color: #AA9483; }
a { background-color: rgb(170,148,131); }
div.DivClassName
{
background-color: #AA9483;
}
.BgClassName
{
background-color: #AA9483;
}
</style>
border-color css
<style>
span { border-color: #AA9483; }
span { border-color: rgb(170,148,131); }
td.TdClassName
{
border-color: #AA9483;
}
.TagClassName
{
border-color: #AA9483;
}
</style>