Shades of Hemp #A27D6D
Tints of Hemp #A27D6D
RGB
CMYK
RGB Variations
Color information
#A27D6D (or 0xA27D6D) is known color: Hemp. HEX triplet: A2, 7D and 6D. RGB value is (162,125,109). Sum of RGB (Red+Green+Blue) = 162+125+109=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D6D is #5D8292. Grayscale: #868686. Windows color (decimal): -6128275 or 7175586. OLE color: 7175586.
HSL color Cylindrical-coordinate representation of color #A27D6D: hue angle of 18.11º 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 #A27D6D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 109 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.36 |
| HSL | 18.11º | 0.22% | 0.53% | - |
| HSV(B) | 18.11º | 0.33% | 0.64% | - |
| XYZ | 24.99 | 23.45 | 17.68 | - |
| YUV | 134.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 109 | 0 | 0.23 | 0.33 | 0.36 | 18.11 | 0.22 | 0.53 |
| Hex | A2 | 7D | 6D | 0 | 17 | 21 | 24 | 12 | 16 | 35 |
| Octal | 242 | 175 | 155 | 0 | 27 | 41 | 44 | 22 | 26 | 65 |
| Binary | 10100010 | 1111101 | 1101101 | 0 | 10111 | 100001 | 100100 | 10010 | 10110 | 110101 |
Color Harmonies of #A27D6D
Complementary color
Monochromatic Colors of #A27D6D
Black with #A27D6D
Text Example
Text Example
White with #A27D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D6D; }
p { color: rgb(162,125,109); }
H1.HeaderClassName
{
color: #A27D6D;
}
.AnyTagClassName
{
color: #A27D6D;
}
</style>
background-color css
<style>
a { background-color: #A27D6D; }
a { background-color: rgb(162,125,109); }
div.DivClassName
{
background-color: #A27D6D;
}
.BgClassName
{
background-color: #A27D6D;
}
</style>
border-color css
<style>
span { border-color: #A27D6D; }
span { border-color: rgb(162,125,109); }
td.TdClassName
{
border-color: #A27D6D;
}
.TagClassName
{
border-color: #A27D6D;
}
</style>