Shades of Hemp #A57B75
Tints of Hemp #A57B75
RGB
CMYK
RGB Variations
Color information
#A57B75 (or 0xA57B75) is known color: Hemp. HEX triplet: A5, 7B and 75. RGB value is (165,123,117). Sum of RGB (Red+Green+Blue) = 165+123+117=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B75 is #5A848A. Grayscale: #868686. Windows color (decimal): -5932171 or 7699365. OLE color: 7699365.
HSL color Cylindrical-coordinate representation of color #A57B75: hue angle of 7.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 #A57B75 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 123 | 117 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.35 |
| HSL | 7.5º | 0.21% | 0.55% | - |
| HSV(B) | 7.5º | 0.29% | 0.65% | - |
| XYZ | 25.81 | 23.45 | 20 | - |
| YUV | 134.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 117 | 0 | 0.25 | 0.29 | 0.35 | 7.5 | 0.21 | 0.55 |
| Hex | A5 | 7B | 75 | 0 | 19 | 1D | 23 | 8 | 15 | 37 |
| Octal | 245 | 173 | 165 | 0 | 31 | 35 | 43 | 10 | 25 | 67 |
| Binary | 10100101 | 1111011 | 1110101 | 0 | 11001 | 11101 | 100011 | 1000 | 10101 | 110111 |
Color Harmonies of #A57B75
Complementary color
Monochromatic Colors of #A57B75
Black with #A57B75
Text Example
Text Example
White with #A57B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57B75; }
p { color: rgb(165,123,117); }
H1.HeaderClassName
{
color: #A57B75;
}
.AnyTagClassName
{
color: #A57B75;
}
</style>
background-color css
<style>
a { background-color: #A57B75; }
a { background-color: rgb(165,123,117); }
div.DivClassName
{
background-color: #A57B75;
}
.BgClassName
{
background-color: #A57B75;
}
</style>
border-color css
<style>
span { border-color: #A57B75; }
span { border-color: rgb(165,123,117); }
td.TdClassName
{
border-color: #A57B75;
}
.TagClassName
{
border-color: #A57B75;
}
</style>