Shades of Hemp #A57F75
Tints of Hemp #A57F75
RGB
CMYK
RGB Variations
Color information
#A57F75 (or 0xA57F75) is known color: Hemp. HEX triplet: A5, 7F and 75. RGB value is (165,127,117). Sum of RGB (Red+Green+Blue) = 165+127+117=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F75 is #5A808A. Grayscale: #898989. Windows color (decimal): -5931147 or 7700389. OLE color: 7700389.
HSL color Cylindrical-coordinate representation of color #A57F75: hue angle of 12.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57F75 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 117 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.35 |
| HSL | 12.5º | 0.21% | 0.55% | - |
| HSV(B) | 12.5º | 0.29% | 0.65% | - |
| XYZ | 26.32 | 24.46 | 20.16 | - |
| YUV | 137.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 117 | 0 | 0.23 | 0.29 | 0.35 | 12.5 | 0.21 | 0.55 |
| Hex | A5 | 7F | 75 | 0 | 17 | 1D | 23 | C | 15 | 37 |
| Octal | 245 | 177 | 165 | 0 | 27 | 35 | 43 | 14 | 25 | 67 |
| Binary | 10100101 | 1111111 | 1110101 | 0 | 10111 | 11101 | 100011 | 1100 | 10101 | 110111 |
Color Harmonies of #A57F75
Complementary color
Monochromatic Colors of #A57F75
Black with #A57F75
Text Example
Text Example
White with #A57F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F75; }
p { color: rgb(165,127,117); }
H1.HeaderClassName
{
color: #A57F75;
}
.AnyTagClassName
{
color: #A57F75;
}
</style>
background-color css
<style>
a { background-color: #A57F75; }
a { background-color: rgb(165,127,117); }
div.DivClassName
{
background-color: #A57F75;
}
.BgClassName
{
background-color: #A57F75;
}
</style>
border-color css
<style>
span { border-color: #A57F75; }
span { border-color: rgb(165,127,117); }
td.TdClassName
{
border-color: #A57F75;
}
.TagClassName
{
border-color: #A57F75;
}
</style>