Shades of Hemp #A57D73
Tints of Hemp #A57D73
RGB
CMYK
RGB Variations
Color information
#A57D73 (or 0xA57D73) is known color: Hemp. HEX triplet: A5, 7D and 73. RGB value is (165,125,115). Sum of RGB (Red+Green+Blue) = 165+125+115=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D73 is #5A828C. Grayscale: #878787. Windows color (decimal): -5931661 or 7568805. OLE color: 7568805.
HSL color Cylindrical-coordinate representation of color #A57D73: hue angle of 12º degrees, saturation: 0.22, 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 #A57D73 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 115 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.35 |
| HSL | 12º | 0.22% | 0.55% | - |
| HSV(B) | 12º | 0.3% | 0.65% | - |
| XYZ | 25.95 | 23.9 | 19.47 | - |
| YUV | 135.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 115 | 0 | 0.24 | 0.30 | 0.35 | 12 | 0.22 | 0.55 |
| Hex | A5 | 7D | 73 | 0 | 18 | 1E | 23 | C | 16 | 37 |
| Octal | 245 | 175 | 163 | 0 | 30 | 36 | 43 | 14 | 26 | 67 |
| Binary | 10100101 | 1111101 | 1110011 | 0 | 11000 | 11110 | 100011 | 1100 | 10110 | 110111 |
Color Harmonies of #A57D73
Complementary color
Monochromatic Colors of #A57D73
Black with #A57D73
Text Example
Text Example
White with #A57D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D73; }
p { color: rgb(165,125,115); }
H1.HeaderClassName
{
color: #A57D73;
}
.AnyTagClassName
{
color: #A57D73;
}
</style>
background-color css
<style>
a { background-color: #A57D73; }
a { background-color: rgb(165,125,115); }
div.DivClassName
{
background-color: #A57D73;
}
.BgClassName
{
background-color: #A57D73;
}
</style>
border-color css
<style>
span { border-color: #A57D73; }
span { border-color: rgb(165,125,115); }
td.TdClassName
{
border-color: #A57D73;
}
.TagClassName
{
border-color: #A57D73;
}
</style>