Shades of Hemp #A58075
Tints of Hemp #A58075
RGB
CMYK
RGB Variations
Color information
#A58075 (or 0xA58075) is known color: Hemp. HEX triplet: A5, 80 and 75. RGB value is (165,128,117). Sum of RGB (Red+Green+Blue) = 165+128+117=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A58075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58075 is #5A7F8A. Grayscale: #898989. Windows color (decimal): -5930891 or 7700645. OLE color: 7700645.
HSL color Cylindrical-coordinate representation of color #A58075: hue angle of 13.75º 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 #A58075 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 117 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.35 |
| HSL | 13.75º | 0.21% | 0.55% | - |
| HSV(B) | 13.75º | 0.29% | 0.65% | - |
| XYZ | 26.45 | 24.72 | 20.21 | - |
| YUV | 137.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 117 | 0 | 0.22 | 0.29 | 0.35 | 13.75 | 0.21 | 0.55 |
| Hex | A5 | 80 | 75 | 0 | 16 | 1D | 23 | E | 15 | 37 |
| Octal | 245 | 200 | 165 | 0 | 26 | 35 | 43 | 16 | 25 | 67 |
| Binary | 10100101 | 10000000 | 1110101 | 0 | 10110 | 11101 | 100011 | 1110 | 10101 | 110111 |
Color Harmonies of #A58075
Complementary color
Monochromatic Colors of #A58075
Black with #A58075
Text Example
Text Example
White with #A58075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58075; }
p { color: rgb(165,128,117); }
H1.HeaderClassName
{
color: #A58075;
}
.AnyTagClassName
{
color: #A58075;
}
</style>
background-color css
<style>
a { background-color: #A58075; }
a { background-color: rgb(165,128,117); }
div.DivClassName
{
background-color: #A58075;
}
.BgClassName
{
background-color: #A58075;
}
</style>
border-color css
<style>
span { border-color: #A58075; }
span { border-color: rgb(165,128,117); }
td.TdClassName
{
border-color: #A58075;
}
.TagClassName
{
border-color: #A58075;
}
</style>