Shades of Hemp #A57A6B
Tints of Hemp #A57A6B
RGB
CMYK
RGB Variations
Color information
#A57A6B (or 0xA57A6B) is known color: Hemp. HEX triplet: A5, 7A and 6B. RGB value is (165,122,107). Sum of RGB (Red+Green+Blue) = 165+122+107=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A6B is #5A8594. Grayscale: #858585. Windows color (decimal): -5932437 or 7043749. OLE color: 7043749.
HSL color Cylindrical-coordinate representation of color #A57A6B: hue angle of 15.52º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A57A6B is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 107 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.35 |
| HSL | 15.52º | 0.24% | 0.53% | - |
| HSV(B) | 15.52º | 0.35% | 0.65% | - |
| XYZ | 25.13 | 22.98 | 17.02 | - |
| YUV | 133.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 107 | 0 | 0.26 | 0.35 | 0.35 | 15.52 | 0.24 | 0.53 |
| Hex | A5 | 7A | 6B | 0 | 1A | 23 | 23 | 10 | 18 | 35 |
| Octal | 245 | 172 | 153 | 0 | 32 | 43 | 43 | 20 | 30 | 65 |
| Binary | 10100101 | 1111010 | 1101011 | 0 | 11010 | 100011 | 100011 | 10000 | 11000 | 110101 |
Color Harmonies of #A57A6B
Complementary color
Monochromatic Colors of #A57A6B
Black with #A57A6B
Text Example
Text Example
White with #A57A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A6B; }
p { color: rgb(165,122,107); }
H1.HeaderClassName
{
color: #A57A6B;
}
.AnyTagClassName
{
color: #A57A6B;
}
</style>
background-color css
<style>
a { background-color: #A57A6B; }
a { background-color: rgb(165,122,107); }
div.DivClassName
{
background-color: #A57A6B;
}
.BgClassName
{
background-color: #A57A6B;
}
</style>
border-color css
<style>
span { border-color: #A57A6B; }
span { border-color: rgb(165,122,107); }
td.TdClassName
{
border-color: #A57A6B;
}
.TagClassName
{
border-color: #A57A6B;
}
</style>