Shades of Hemp #A57B73
Tints of Hemp #A57B73
RGB
CMYK
RGB Variations
Color information
#A57B73 (or 0xA57B73) is known color: Hemp. HEX triplet: A5, 7B and 73. RGB value is (165,123,115). Sum of RGB (Red+Green+Blue) = 165+123+115=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B73 is #5A848C. Grayscale: #868686. Windows color (decimal): -5932173 or 7568293. OLE color: 7568293.
HSL color Cylindrical-coordinate representation of color #A57B73: hue angle of 9.6º 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 #A57B73 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 123 | 115 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.35 |
| HSL | 9.6º | 0.22% | 0.55% | - |
| HSV(B) | 9.6º | 0.3% | 0.65% | - |
| XYZ | 25.69 | 23.4 | 19.38 | - |
| YUV | 134.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 115 | 0 | 0.25 | 0.30 | 0.35 | 9.6 | 0.22 | 0.55 |
| Hex | A5 | 7B | 73 | 0 | 19 | 1E | 23 | A | 16 | 37 |
| Octal | 245 | 173 | 163 | 0 | 31 | 36 | 43 | 12 | 26 | 67 |
| Binary | 10100101 | 1111011 | 1110011 | 0 | 11001 | 11110 | 100011 | 1010 | 10110 | 110111 |
Color Harmonies of #A57B73
Complementary color
Monochromatic Colors of #A57B73
Black with #A57B73
Text Example
Text Example
White with #A57B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57B73; }
p { color: rgb(165,123,115); }
H1.HeaderClassName
{
color: #A57B73;
}
.AnyTagClassName
{
color: #A57B73;
}
</style>
background-color css
<style>
a { background-color: #A57B73; }
a { background-color: rgb(165,123,115); }
div.DivClassName
{
background-color: #A57B73;
}
.BgClassName
{
background-color: #A57B73;
}
</style>
border-color css
<style>
span { border-color: #A57B73; }
span { border-color: rgb(165,123,115); }
td.TdClassName
{
border-color: #A57B73;
}
.TagClassName
{
border-color: #A57B73;
}
</style>