Shades of Hemp #A68278
Tints of Hemp #A68278
RGB
CMYK
RGB Variations
Color information
#A68278 (or 0xA68278) is known color: Hemp. HEX triplet: A6, 82 and 78. RGB value is (166,130,120). Sum of RGB (Red+Green+Blue) = 166+130+120=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A68278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68278 is #597D87. Grayscale: #8B8B8B. Windows color (decimal): -5864840 or 7897766. OLE color: 7897766.
HSL color Cylindrical-coordinate representation of color #A68278: hue angle of 13.04º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A68278 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 120 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.35 |
| HSL | 13.04º | 0.21% | 0.56% | - |
| HSV(B) | 13.04º | 0.28% | 0.65% | - |
| XYZ | 27.1 | 25.43 | 21.25 | - |
| YUV | 139.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 120 | 0 | 0.22 | 0.28 | 0.35 | 13.04 | 0.21 | 0.56 |
| Hex | A6 | 82 | 78 | 0 | 16 | 1C | 23 | D | 15 | 38 |
| Octal | 246 | 202 | 170 | 0 | 26 | 34 | 43 | 15 | 25 | 70 |
| Binary | 10100110 | 10000010 | 1111000 | 0 | 10110 | 11100 | 100011 | 1101 | 10101 | 111000 |
Color Harmonies of #A68278
Complementary color
Monochromatic Colors of #A68278
Black with #A68278
Text Example
Text Example
White with #A68278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68278; }
p { color: rgb(166,130,120); }
H1.HeaderClassName
{
color: #A68278;
}
.AnyTagClassName
{
color: #A68278;
}
</style>
background-color css
<style>
a { background-color: #A68278; }
a { background-color: rgb(166,130,120); }
div.DivClassName
{
background-color: #A68278;
}
.BgClassName
{
background-color: #A68278;
}
</style>
border-color css
<style>
span { border-color: #A68278; }
span { border-color: rgb(166,130,120); }
td.TdClassName
{
border-color: #A68278;
}
.TagClassName
{
border-color: #A68278;
}
</style>