Shades of Hemp #A57E6E
Tints of Hemp #A57E6E
RGB
CMYK
RGB Variations
Color information
#A57E6E (or 0xA57E6E) is known color: Hemp. HEX triplet: A5, 7E and 6E. RGB value is (165,126,110). Sum of RGB (Red+Green+Blue) = 165+126+110=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E6E is #5A8191. Grayscale: #878787. Windows color (decimal): -5931410 or 7241381. OLE color: 7241381.
HSL color Cylindrical-coordinate representation of color #A57E6E: hue angle of 17.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A57E6E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 126 | 110 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.35 |
| HSL | 17.45º | 0.23% | 0.54% | - |
| HSV(B) | 17.45º | 0.33% | 0.65% | - |
| XYZ | 25.79 | 24.05 | 18.03 | - |
| YUV | 135.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 110 | 0 | 0.24 | 0.33 | 0.35 | 17.45 | 0.23 | 0.54 |
| Hex | A5 | 7E | 6E | 0 | 18 | 21 | 23 | 11 | 17 | 36 |
| Octal | 245 | 176 | 156 | 0 | 30 | 41 | 43 | 21 | 27 | 66 |
| Binary | 10100101 | 1111110 | 1101110 | 0 | 11000 | 100001 | 100011 | 10001 | 10111 | 110110 |
Color Harmonies of #A57E6E
Complementary color
Monochromatic Colors of #A57E6E
Black with #A57E6E
Text Example
Text Example
White with #A57E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57E6E; }
p { color: rgb(165,126,110); }
H1.HeaderClassName
{
color: #A57E6E;
}
.AnyTagClassName
{
color: #A57E6E;
}
</style>
background-color css
<style>
a { background-color: #A57E6E; }
a { background-color: rgb(165,126,110); }
div.DivClassName
{
background-color: #A57E6E;
}
.BgClassName
{
background-color: #A57E6E;
}
</style>
border-color css
<style>
span { border-color: #A57E6E; }
span { border-color: rgb(165,126,110); }
td.TdClassName
{
border-color: #A57E6E;
}
.TagClassName
{
border-color: #A57E6E;
}
</style>