Shades of Hemp #A27B6C
Tints of Hemp #A27B6C
RGB
CMYK
RGB Variations
Color information
#A27B6C (or 0xA27B6C) is known color: Hemp. HEX triplet: A2, 7B and 6C. RGB value is (162,123,108). Sum of RGB (Red+Green+Blue) = 162+123+108=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B6C is #5D8493. Grayscale: #858585. Windows color (decimal): -6128788 or 7109538. OLE color: 7109538.
HSL color Cylindrical-coordinate representation of color #A27B6C: hue angle of 16.67º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A27B6C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 108 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.36 |
| HSL | 16.67º | 0.23% | 0.53% | - |
| HSV(B) | 16.67º | 0.33% | 0.64% | - |
| XYZ | 24.69 | 22.93 | 17.31 | - |
| YUV | 132.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 108 | 0 | 0.24 | 0.33 | 0.36 | 16.67 | 0.23 | 0.53 |
| Hex | A2 | 7B | 6C | 0 | 18 | 21 | 24 | 11 | 16 | 35 |
| Octal | 242 | 173 | 154 | 0 | 30 | 41 | 44 | 21 | 26 | 65 |
| Binary | 10100010 | 1111011 | 1101100 | 0 | 11000 | 100001 | 100100 | 10001 | 10110 | 110101 |
Color Harmonies of #A27B6C
Complementary color
Monochromatic Colors of #A27B6C
Black with #A27B6C
Text Example
Text Example
White with #A27B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B6C; }
p { color: rgb(162,123,108); }
H1.HeaderClassName
{
color: #A27B6C;
}
.AnyTagClassName
{
color: #A27B6C;
}
</style>
background-color css
<style>
a { background-color: #A27B6C; }
a { background-color: rgb(162,123,108); }
div.DivClassName
{
background-color: #A27B6C;
}
.BgClassName
{
background-color: #A27B6C;
}
</style>
border-color css
<style>
span { border-color: #A27B6C; }
span { border-color: rgb(162,123,108); }
td.TdClassName
{
border-color: #A27B6C;
}
.TagClassName
{
border-color: #A27B6C;
}
</style>