Shades of Hemp #AA7E6F
Tints of Hemp #AA7E6F
RGB
CMYK
RGB Variations
Color information
#AA7E6F (or 0xAA7E6F) is known color: Hemp. HEX triplet: AA, 7E and 6F. RGB value is (170,126,111). Sum of RGB (Red+Green+Blue) = 170+126+111=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E6F is #558190. Grayscale: #898989. Windows color (decimal): -5603729 or 7306922. OLE color: 7306922.
HSL color Cylindrical-coordinate representation of color #AA7E6F: hue angle of 15.25º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA7E6F is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 111 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.33 |
| HSL | 15.25º | 0.26% | 0.55% | - |
| HSV(B) | 15.25º | 0.35% | 0.67% | - |
| XYZ | 26.91 | 24.62 | 18.37 | - |
| YUV | 137.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 111 | 0 | 0.26 | 0.35 | 0.33 | 15.25 | 0.26 | 0.55 |
| Hex | AA | 7E | 6F | 0 | 1A | 23 | 21 | F | 1A | 37 |
| Octal | 252 | 176 | 157 | 0 | 32 | 43 | 41 | 17 | 32 | 67 |
| Binary | 10101010 | 1111110 | 1101111 | 0 | 11010 | 100011 | 100001 | 1111 | 11010 | 110111 |
Color Harmonies of #AA7E6F
Complementary color
Monochromatic Colors of #AA7E6F
Black with #AA7E6F
Text Example
Text Example
White with #AA7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E6F; }
p { color: rgb(170,126,111); }
H1.HeaderClassName
{
color: #AA7E6F;
}
.AnyTagClassName
{
color: #AA7E6F;
}
</style>
background-color css
<style>
a { background-color: #AA7E6F; }
a { background-color: rgb(170,126,111); }
div.DivClassName
{
background-color: #AA7E6F;
}
.BgClassName
{
background-color: #AA7E6F;
}
</style>
border-color css
<style>
span { border-color: #AA7E6F; }
span { border-color: rgb(170,126,111); }
td.TdClassName
{
border-color: #AA7E6F;
}
.TagClassName
{
border-color: #AA7E6F;
}
</style>