Shades of Hemp #A27B6F
Tints of Hemp #A27B6F
RGB
CMYK
RGB Variations
Color information
#A27B6F (or 0xA27B6F) is known color: Hemp. HEX triplet: A2, 7B and 6F. RGB value is (162,123,111). Sum of RGB (Red+Green+Blue) = 162+123+111=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B6F is #5D8490. Grayscale: #858585. Windows color (decimal): -6128785 or 7306146. OLE color: 7306146.
HSL color Cylindrical-coordinate representation of color #A27B6F: hue angle of 14.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27B6F is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 111 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.36 |
| HSL | 14.12º | 0.22% | 0.54% | - |
| HSV(B) | 14.12º | 0.31% | 0.64% | - |
| XYZ | 24.85 | 23 | 18.17 | - |
| YUV | 133.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 111 | 0 | 0.24 | 0.31 | 0.36 | 14.12 | 0.22 | 0.54 |
| Hex | A2 | 7B | 6F | 0 | 18 | 1F | 24 | E | 16 | 36 |
| Octal | 242 | 173 | 157 | 0 | 30 | 37 | 44 | 16 | 26 | 66 |
| Binary | 10100010 | 1111011 | 1101111 | 0 | 11000 | 11111 | 100100 | 1110 | 10110 | 110110 |
Color Harmonies of #A27B6F
Complementary color
Monochromatic Colors of #A27B6F
Black with #A27B6F
Text Example
Text Example
White with #A27B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B6F; }
p { color: rgb(162,123,111); }
H1.HeaderClassName
{
color: #A27B6F;
}
.AnyTagClassName
{
color: #A27B6F;
}
</style>
background-color css
<style>
a { background-color: #A27B6F; }
a { background-color: rgb(162,123,111); }
div.DivClassName
{
background-color: #A27B6F;
}
.BgClassName
{
background-color: #A27B6F;
}
</style>
border-color css
<style>
span { border-color: #A27B6F; }
span { border-color: rgb(162,123,111); }
td.TdClassName
{
border-color: #A27B6F;
}
.TagClassName
{
border-color: #A27B6F;
}
</style>