Shades of Hemp #A88272
Tints of Hemp #A88272
RGB
CMYK
RGB Variations
Color information
#A88272 (or 0xA88272) is known color: Hemp. HEX triplet: A8, 82 and 72. RGB value is (168,130,114). Sum of RGB (Red+Green+Blue) = 168+130+114=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A88272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88272 is #577D8D. Grayscale: #8B8B8B. Windows color (decimal): -5733774 or 7504552. OLE color: 7504552.
HSL color Cylindrical-coordinate representation of color #A88272: hue angle of 17.78º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88272 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 114 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.34 |
| HSL | 17.78º | 0.24% | 0.55% | - |
| HSV(B) | 17.78º | 0.32% | 0.66% | - |
| XYZ | 27.17 | 25.51 | 19.41 | - |
| YUV | 139.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 114 | 0 | 0.23 | 0.32 | 0.34 | 17.78 | 0.24 | 0.55 |
| Hex | A8 | 82 | 72 | 0 | 17 | 20 | 22 | 12 | 18 | 37 |
| Octal | 250 | 202 | 162 | 0 | 27 | 40 | 42 | 22 | 30 | 67 |
| Binary | 10101000 | 10000010 | 1110010 | 0 | 10111 | 100000 | 100010 | 10010 | 11000 | 110111 |
Color Harmonies of #A88272
Complementary color
Monochromatic Colors of #A88272
Black with #A88272
Text Example
Text Example
White with #A88272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88272; }
p { color: rgb(168,130,114); }
H1.HeaderClassName
{
color: #A88272;
}
.AnyTagClassName
{
color: #A88272;
}
</style>
background-color css
<style>
a { background-color: #A88272; }
a { background-color: rgb(168,130,114); }
div.DivClassName
{
background-color: #A88272;
}
.BgClassName
{
background-color: #A88272;
}
</style>
border-color css
<style>
span { border-color: #A88272; }
span { border-color: rgb(168,130,114); }
td.TdClassName
{
border-color: #A88272;
}
.TagClassName
{
border-color: #A88272;
}
</style>