Shades of Sandrift #AA8C76
Tints of Sandrift #AA8C76
RGB
CMYK
RGB Variations
Color information
#AA8C76 (or 0xAA8C76) is known color: Sandrift. HEX triplet: AA, 8C and 76. RGB value is (170,140,118). Sum of RGB (Red+Green+Blue) = 170+140+118=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C76 is #557389. Grayscale: #929292. Windows color (decimal): -5600138 or 7769258. OLE color: 7769258.
HSL color Cylindrical-coordinate representation of color #AA8C76: hue angle of 25.38º 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 #AA8C76 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 118 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.33 |
| HSL | 25.38º | 0.23% | 0.56% | - |
| HSV(B) | 25.38º | 0.31% | 0.67% | - |
| XYZ | 29.23 | 28.61 | 21.12 | - |
| YUV | 146.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 118 | 0 | 0.18 | 0.31 | 0.33 | 25.38 | 0.23 | 0.56 |
| Hex | AA | 8C | 76 | 0 | 12 | 1F | 21 | 19 | 17 | 38 |
| Octal | 252 | 214 | 166 | 0 | 22 | 37 | 41 | 31 | 27 | 70 |
| Binary | 10101010 | 10001100 | 1110110 | 0 | 10010 | 11111 | 100001 | 11001 | 10111 | 111000 |
Color Harmonies of #AA8C76
Complementary color
Monochromatic Colors of #AA8C76
Black with #AA8C76
Text Example
Text Example
White with #AA8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C76; }
p { color: rgb(170,140,118); }
H1.HeaderClassName
{
color: #AA8C76;
}
.AnyTagClassName
{
color: #AA8C76;
}
</style>
background-color css
<style>
a { background-color: #AA8C76; }
a { background-color: rgb(170,140,118); }
div.DivClassName
{
background-color: #AA8C76;
}
.BgClassName
{
background-color: #AA8C76;
}
</style>
border-color css
<style>
span { border-color: #AA8C76; }
span { border-color: rgb(170,140,118); }
td.TdClassName
{
border-color: #AA8C76;
}
.TagClassName
{
border-color: #AA8C76;
}
</style>