Shades of Sandrift #AA8B76
Tints of Sandrift #AA8B76
RGB
CMYK
RGB Variations
Color information
#AA8B76 (or 0xAA8B76) is known color: Sandrift. HEX triplet: AA, 8B and 76. RGB value is (170,139,118). Sum of RGB (Red+Green+Blue) = 170+139+118=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B76 is #557489. Grayscale: #919191. Windows color (decimal): -5600394 or 7769002. OLE color: 7769002.
HSL color Cylindrical-coordinate representation of color #AA8B76: hue angle of 24.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8B76 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 118 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.33 |
| HSL | 24.23º | 0.23% | 0.56% | - |
| HSV(B) | 24.23º | 0.31% | 0.67% | - |
| XYZ | 29.08 | 28.32 | 21.07 | - |
| YUV | 145.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 118 | 0 | 0.18 | 0.31 | 0.33 | 24.23 | 0.23 | 0.56 |
| Hex | AA | 8B | 76 | 0 | 12 | 1F | 21 | 18 | 17 | 38 |
| Octal | 252 | 213 | 166 | 0 | 22 | 37 | 41 | 30 | 27 | 70 |
| Binary | 10101010 | 10001011 | 1110110 | 0 | 10010 | 11111 | 100001 | 11000 | 10111 | 111000 |
Color Harmonies of #AA8B76
Complementary color
Monochromatic Colors of #AA8B76
Black with #AA8B76
Text Example
Text Example
White with #AA8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B76; }
p { color: rgb(170,139,118); }
H1.HeaderClassName
{
color: #AA8B76;
}
.AnyTagClassName
{
color: #AA8B76;
}
</style>
background-color css
<style>
a { background-color: #AA8B76; }
a { background-color: rgb(170,139,118); }
div.DivClassName
{
background-color: #AA8B76;
}
.BgClassName
{
background-color: #AA8B76;
}
</style>
border-color css
<style>
span { border-color: #AA8B76; }
span { border-color: rgb(170,139,118); }
td.TdClassName
{
border-color: #AA8B76;
}
.TagClassName
{
border-color: #AA8B76;
}
</style>