Shades of Hemp #A57F74
Tints of Hemp #A57F74
RGB
CMYK
RGB Variations
Color information
#A57F74 (or 0xA57F74) is known color: Hemp. HEX triplet: A5, 7F and 74. RGB value is (165,127,116). Sum of RGB (Red+Green+Blue) = 165+127+116=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F74 is #5A808B. Grayscale: #898989. Windows color (decimal): -5931148 or 7634853. OLE color: 7634853.
HSL color Cylindrical-coordinate representation of color #A57F74: hue angle of 13.47º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57F74 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 116 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.35 |
| HSL | 13.47º | 0.21% | 0.55% | - |
| HSV(B) | 13.47º | 0.3% | 0.65% | - |
| XYZ | 26.26 | 24.44 | 19.86 | - |
| YUV | 137.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 116 | 0 | 0.23 | 0.30 | 0.35 | 13.47 | 0.21 | 0.55 |
| Hex | A5 | 7F | 74 | 0 | 17 | 1E | 23 | D | 15 | 37 |
| Octal | 245 | 177 | 164 | 0 | 27 | 36 | 43 | 15 | 25 | 67 |
| Binary | 10100101 | 1111111 | 1110100 | 0 | 10111 | 11110 | 100011 | 1101 | 10101 | 110111 |
Color Harmonies of #A57F74
Complementary color
Monochromatic Colors of #A57F74
Black with #A57F74
Text Example
Text Example
White with #A57F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F74; }
p { color: rgb(165,127,116); }
H1.HeaderClassName
{
color: #A57F74;
}
.AnyTagClassName
{
color: #A57F74;
}
</style>
background-color css
<style>
a { background-color: #A57F74; }
a { background-color: rgb(165,127,116); }
div.DivClassName
{
background-color: #A57F74;
}
.BgClassName
{
background-color: #A57F74;
}
</style>
border-color css
<style>
span { border-color: #A57F74; }
span { border-color: rgb(165,127,116); }
td.TdClassName
{
border-color: #A57F74;
}
.TagClassName
{
border-color: #A57F74;
}
</style>