Shades of Sandrift #AA9583
Tints of Sandrift #AA9583
RGB
CMYK
RGB Variations
Color information
#AA9583 (or 0xAA9583) is known color: Sandrift. HEX triplet: AA, 95 and 83. RGB value is (170,149,131). Sum of RGB (Red+Green+Blue) = 170+149+131=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9583 is #556A7C. Grayscale: #999999. Windows color (decimal): -5597821 or 8623530. OLE color: 8623530.
HSL color Cylindrical-coordinate representation of color #AA9583: hue angle of 27.69º 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 #AA9583 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 131 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.33 |
| HSL | 27.69º | 0.19% | 0.59% | - |
| HSV(B) | 27.69º | 0.23% | 0.67% | - |
| XYZ | 31.42 | 31.68 | 25.93 | - |
| YUV | 153.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 131 | 0 | 0.12 | 0.23 | 0.33 | 27.69 | 0.19 | 0.59 |
| Hex | AA | 95 | 83 | 0 | C | 17 | 21 | 1C | 13 | 3B |
| Octal | 252 | 225 | 203 | 0 | 14 | 27 | 41 | 34 | 23 | 73 |
| Binary | 10101010 | 10010101 | 10000011 | 0 | 1100 | 10111 | 100001 | 11100 | 10011 | 111011 |
Color Harmonies of #AA9583
Complementary color
Monochromatic Colors of #AA9583
Black with #AA9583
Text Example
Text Example
White with #AA9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9583; }
p { color: rgb(170,149,131); }
H1.HeaderClassName
{
color: #AA9583;
}
.AnyTagClassName
{
color: #AA9583;
}
</style>
background-color css
<style>
a { background-color: #AA9583; }
a { background-color: rgb(170,149,131); }
div.DivClassName
{
background-color: #AA9583;
}
.BgClassName
{
background-color: #AA9583;
}
</style>
border-color css
<style>
span { border-color: #AA9583; }
span { border-color: rgb(170,149,131); }
td.TdClassName
{
border-color: #AA9583;
}
.TagClassName
{
border-color: #AA9583;
}
</style>