Shades of Hemp #A37B74
Tints of Hemp #A37B74
RGB
CMYK
RGB Variations
Color information
#A37B74 (or 0xA37B74) is known color: Hemp. HEX triplet: A3, 7B and 74. RGB value is (163,123,116). Sum of RGB (Red+Green+Blue) = 163+123+116=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B74 is #5C848B. Grayscale: #868686. Windows color (decimal): -6063244 or 7633827. OLE color: 7633827.
HSL color Cylindrical-coordinate representation of color #A37B74: hue angle of 8.94º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37B74 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 116 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.36 |
| HSL | 8.94º | 0.2% | 0.55% | - |
| HSV(B) | 8.94º | 0.29% | 0.64% | - |
| XYZ | 25.34 | 23.21 | 19.67 | - |
| YUV | 134.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 116 | 0 | 0.25 | 0.29 | 0.36 | 8.94 | 0.2 | 0.55 |
| Hex | A3 | 7B | 74 | 0 | 19 | 1D | 24 | 9 | 14 | 37 |
| Octal | 243 | 173 | 164 | 0 | 31 | 35 | 44 | 11 | 24 | 67 |
| Binary | 10100011 | 1111011 | 1110100 | 0 | 11001 | 11101 | 100100 | 1001 | 10100 | 110111 |
Color Harmonies of #A37B74
Complementary color
Monochromatic Colors of #A37B74
Black with #A37B74
Text Example
Text Example
White with #A37B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37B74; }
p { color: rgb(163,123,116); }
H1.HeaderClassName
{
color: #A37B74;
}
.AnyTagClassName
{
color: #A37B74;
}
</style>
background-color css
<style>
a { background-color: #A37B74; }
a { background-color: rgb(163,123,116); }
div.DivClassName
{
background-color: #A37B74;
}
.BgClassName
{
background-color: #A37B74;
}
</style>
border-color css
<style>
span { border-color: #A37B74; }
span { border-color: rgb(163,123,116); }
td.TdClassName
{
border-color: #A37B74;
}
.TagClassName
{
border-color: #A37B74;
}
</style>