Shades of Hemp #A57D6D
Tints of Hemp #A57D6D
RGB
CMYK
RGB Variations
Color information
#A57D6D (or 0xA57D6D) is known color: Hemp. HEX triplet: A5, 7D and 6D. RGB value is (165,125,109). Sum of RGB (Red+Green+Blue) = 165+125+109=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D6D is #5A8292. Grayscale: #878787. Windows color (decimal): -5931667 or 7175589. OLE color: 7175589.
HSL color Cylindrical-coordinate representation of color #A57D6D: hue angle of 17.14º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A57D6D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 109 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.35 |
| HSL | 17.14º | 0.24% | 0.54% | - |
| HSV(B) | 17.14º | 0.34% | 0.65% | - |
| XYZ | 25.61 | 23.77 | 17.71 | - |
| YUV | 135.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 109 | 0 | 0.24 | 0.34 | 0.35 | 17.14 | 0.24 | 0.54 |
| Hex | A5 | 7D | 6D | 0 | 18 | 22 | 23 | 11 | 18 | 36 |
| Octal | 245 | 175 | 155 | 0 | 30 | 42 | 43 | 21 | 30 | 66 |
| Binary | 10100101 | 1111101 | 1101101 | 0 | 11000 | 100010 | 100011 | 10001 | 11000 | 110110 |
Color Harmonies of #A57D6D
Complementary color
Monochromatic Colors of #A57D6D
Black with #A57D6D
Text Example
Text Example
White with #A57D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D6D; }
p { color: rgb(165,125,109); }
H1.HeaderClassName
{
color: #A57D6D;
}
.AnyTagClassName
{
color: #A57D6D;
}
</style>
background-color css
<style>
a { background-color: #A57D6D; }
a { background-color: rgb(165,125,109); }
div.DivClassName
{
background-color: #A57D6D;
}
.BgClassName
{
background-color: #A57D6D;
}
</style>
border-color css
<style>
span { border-color: #A57D6D; }
span { border-color: rgb(165,125,109); }
td.TdClassName
{
border-color: #A57D6D;
}
.TagClassName
{
border-color: #A57D6D;
}
</style>