Shades of Hemp #A28780
Tints of Hemp #A28780
RGB
CMYK
RGB Variations
Color information
#A28780 (or 0xA28780) is known color: Hemp. HEX triplet: A2, 87 and 80. RGB value is (162,135,128). Sum of RGB (Red+Green+Blue) = 162+135+128=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28780 is #5D787F. Grayscale: #8E8E8E. Windows color (decimal): -6125696 or 8423330. OLE color: 8423330.
HSL color Cylindrical-coordinate representation of color #A28780: hue angle of 12.35º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28780 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 135 | 128 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.36 |
| HSL | 12.35º | 0.15% | 0.57% | - |
| HSV(B) | 12.35º | 0.21% | 0.64% | - |
| XYZ | 27.46 | 26.57 | 24.1 | - |
| YUV | 142.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 128 | 0 | 0.17 | 0.21 | 0.36 | 12.35 | 0.15 | 0.57 |
| Hex | A2 | 87 | 80 | 0 | 11 | 15 | 24 | C | F | 39 |
| Octal | 242 | 207 | 200 | 0 | 21 | 25 | 44 | 14 | 17 | 71 |
| Binary | 10100010 | 10000111 | 10000000 | 0 | 10001 | 10101 | 100100 | 1100 | 1111 | 111001 |
Color Harmonies of #A28780
Complementary color
Monochromatic Colors of #A28780
Black with #A28780
Text Example
Text Example
White with #A28780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28780; }
p { color: rgb(162,135,128); }
H1.HeaderClassName
{
color: #A28780;
}
.AnyTagClassName
{
color: #A28780;
}
</style>
background-color css
<style>
a { background-color: #A28780; }
a { background-color: rgb(162,135,128); }
div.DivClassName
{
background-color: #A28780;
}
.BgClassName
{
background-color: #A28780;
}
</style>
border-color css
<style>
span { border-color: #A28780; }
span { border-color: rgb(162,135,128); }
td.TdClassName
{
border-color: #A28780;
}
.TagClassName
{
border-color: #A28780;
}
</style>