Shades of Hemp #A27D6E
Tints of Hemp #A27D6E
RGB
CMYK
RGB Variations
Color information
#A27D6E (or 0xA27D6E) is known color: Hemp. HEX triplet: A2, 7D and 6E. RGB value is (162,125,110). Sum of RGB (Red+Green+Blue) = 162+125+110=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D6E is #5D8291. Grayscale: #868686. Windows color (decimal): -6128274 or 7241122. OLE color: 7241122.
HSL color Cylindrical-coordinate representation of color #A27D6E: hue angle of 17.31º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A27D6E is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 110 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.36 |
| HSL | 17.31º | 0.22% | 0.53% | - |
| HSV(B) | 17.31º | 0.32% | 0.64% | - |
| XYZ | 25.05 | 23.47 | 17.96 | - |
| YUV | 134.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 110 | 0 | 0.23 | 0.32 | 0.36 | 17.31 | 0.22 | 0.53 |
| Hex | A2 | 7D | 6E | 0 | 17 | 20 | 24 | 11 | 16 | 35 |
| Octal | 242 | 175 | 156 | 0 | 27 | 40 | 44 | 21 | 26 | 65 |
| Binary | 10100010 | 1111101 | 1101110 | 0 | 10111 | 100000 | 100100 | 10001 | 10110 | 110101 |
Color Harmonies of #A27D6E
Complementary color
Monochromatic Colors of #A27D6E
Black with #A27D6E
Text Example
Text Example
White with #A27D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D6E; }
p { color: rgb(162,125,110); }
H1.HeaderClassName
{
color: #A27D6E;
}
.AnyTagClassName
{
color: #A27D6E;
}
</style>
background-color css
<style>
a { background-color: #A27D6E; }
a { background-color: rgb(162,125,110); }
div.DivClassName
{
background-color: #A27D6E;
}
.BgClassName
{
background-color: #A27D6E;
}
</style>
border-color css
<style>
span { border-color: #A27D6E; }
span { border-color: rgb(162,125,110); }
td.TdClassName
{
border-color: #A27D6E;
}
.TagClassName
{
border-color: #A27D6E;
}
</style>