Shades of Hemp #A57A70
Tints of Hemp #A57A70
RGB
CMYK
RGB Variations
Color information
#A57A70 (or 0xA57A70) is known color: Hemp. HEX triplet: A5, 7A and 70. RGB value is (165,122,112). Sum of RGB (Red+Green+Blue) = 165+122+112=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A70 is #5A858F. Grayscale: #858585. Windows color (decimal): -5932432 or 7371429. OLE color: 7371429.
HSL color Cylindrical-coordinate representation of color #A57A70: hue angle of 11.32º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57A70 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 112 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.35 |
| HSL | 11.32º | 0.23% | 0.54% | - |
| HSV(B) | 11.32º | 0.32% | 0.65% | - |
| XYZ | 25.4 | 23.09 | 18.45 | - |
| YUV | 133.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 112 | 0 | 0.26 | 0.32 | 0.35 | 11.32 | 0.23 | 0.54 |
| Hex | A5 | 7A | 70 | 0 | 1A | 20 | 23 | B | 17 | 36 |
| Octal | 245 | 172 | 160 | 0 | 32 | 40 | 43 | 13 | 27 | 66 |
| Binary | 10100101 | 1111010 | 1110000 | 0 | 11010 | 100000 | 100011 | 1011 | 10111 | 110110 |
Color Harmonies of #A57A70
Complementary color
Monochromatic Colors of #A57A70
Black with #A57A70
Text Example
Text Example
White with #A57A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A70; }
p { color: rgb(165,122,112); }
H1.HeaderClassName
{
color: #A57A70;
}
.AnyTagClassName
{
color: #A57A70;
}
</style>
background-color css
<style>
a { background-color: #A57A70; }
a { background-color: rgb(165,122,112); }
div.DivClassName
{
background-color: #A57A70;
}
.BgClassName
{
background-color: #A57A70;
}
</style>
border-color css
<style>
span { border-color: #A57A70; }
span { border-color: rgb(165,122,112); }
td.TdClassName
{
border-color: #A57A70;
}
.TagClassName
{
border-color: #A57A70;
}
</style>