Shades of Hemp #A58277
Tints of Hemp #A58277
RGB
CMYK
RGB Variations
Color information
#A58277 (or 0xA58277) is known color: Hemp. HEX triplet: A5, 82 and 77. RGB value is (165,130,119). Sum of RGB (Red+Green+Blue) = 165+130+119=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58277 is #5A7D88. Grayscale: #8B8B8B. Windows color (decimal): -5930377 or 7832229. OLE color: 7832229.
HSL color Cylindrical-coordinate representation of color #A58277: hue angle of 14.35º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A58277 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 119 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.35 |
| HSL | 14.35º | 0.2% | 0.56% | - |
| HSV(B) | 14.35º | 0.28% | 0.65% | - |
| XYZ | 26.83 | 25.3 | 20.92 | - |
| YUV | 139.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 119 | 0 | 0.21 | 0.28 | 0.35 | 14.35 | 0.2 | 0.56 |
| Hex | A5 | 82 | 77 | 0 | 15 | 1C | 23 | E | 14 | 38 |
| Octal | 245 | 202 | 167 | 0 | 25 | 34 | 43 | 16 | 24 | 70 |
| Binary | 10100101 | 10000010 | 1110111 | 0 | 10101 | 11100 | 100011 | 1110 | 10100 | 111000 |
Color Harmonies of #A58277
Complementary color
Monochromatic Colors of #A58277
Black with #A58277
Text Example
Text Example
White with #A58277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58277; }
p { color: rgb(165,130,119); }
H1.HeaderClassName
{
color: #A58277;
}
.AnyTagClassName
{
color: #A58277;
}
</style>
background-color css
<style>
a { background-color: #A58277; }
a { background-color: rgb(165,130,119); }
div.DivClassName
{
background-color: #A58277;
}
.BgClassName
{
background-color: #A58277;
}
</style>
border-color css
<style>
span { border-color: #A58277; }
span { border-color: rgb(165,130,119); }
td.TdClassName
{
border-color: #A58277;
}
.TagClassName
{
border-color: #A58277;
}
</style>