Shades of Sandrift #AA9584
Tints of Sandrift #AA9584
RGB
CMYK
RGB Variations
Color information
#AA9584 (or 0xAA9584) is known color: Sandrift. HEX triplet: AA, 95 and 84. RGB value is (170,149,132). Sum of RGB (Red+Green+Blue) = 170+149+132=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9584 is #556A7B. Grayscale: #999999. Windows color (decimal): -5597820 or 8689066. OLE color: 8689066.
HSL color Cylindrical-coordinate representation of color #AA9584: hue angle of 26.84º 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 #AA9584 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 132 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.33 |
| HSL | 26.84º | 0.18% | 0.59% | - |
| HSV(B) | 26.84º | 0.22% | 0.67% | - |
| XYZ | 31.49 | 31.71 | 26.29 | - |
| YUV | 153.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 132 | 0 | 0.12 | 0.22 | 0.33 | 26.84 | 0.18 | 0.59 |
| Hex | AA | 95 | 84 | 0 | C | 16 | 21 | 1B | 12 | 3B |
| Octal | 252 | 225 | 204 | 0 | 14 | 26 | 41 | 33 | 22 | 73 |
| Binary | 10101010 | 10010101 | 10000100 | 0 | 1100 | 10110 | 100001 | 11011 | 10010 | 111011 |
Color Harmonies of #AA9584
Complementary color
Monochromatic Colors of #AA9584
Black with #AA9584
Text Example
Text Example
White with #AA9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9584; }
p { color: rgb(170,149,132); }
H1.HeaderClassName
{
color: #AA9584;
}
.AnyTagClassName
{
color: #AA9584;
}
</style>
background-color css
<style>
a { background-color: #AA9584; }
a { background-color: rgb(170,149,132); }
div.DivClassName
{
background-color: #AA9584;
}
.BgClassName
{
background-color: #AA9584;
}
</style>
border-color css
<style>
span { border-color: #AA9584; }
span { border-color: rgb(170,149,132); }
td.TdClassName
{
border-color: #AA9584;
}
.TagClassName
{
border-color: #AA9584;
}
</style>