Shades of Locust #A5A771
Tints of Locust #A5A771
RGB
CMYK
RGB Variations
Color information
#A5A771 (or 0xA5A771) is known color: Locust. HEX triplet: A5, A7 and 71. RGB value is (165,167,113). Sum of RGB (Red+Green+Blue) = 165+167+113=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A771 is #5A588E. Grayscale: #A0A0A0. Windows color (decimal): -5920911 or 7448485. OLE color: 7448485.
HSL color Cylindrical-coordinate representation of color #A5A771: hue angle of 62.22º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5A771 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 113 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.35 |
| HSL | 62.22º | 0.23% | 0.55% | - |
| HSV(B) | 62.22º | 0.32% | 0.65% | - |
| XYZ | 32.32 | 36.83 | 21.03 | - |
| YUV | 160.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 113 | 0.01 | 0 | 0.32 | 0.35 | 62.22 | 0.23 | 0.55 |
| Hex | A5 | A7 | 71 | 1 | 0 | 20 | 23 | 3E | 17 | 37 |
| Octal | 245 | 247 | 161 | 1 | 0 | 40 | 43 | 76 | 27 | 67 |
| Binary | 10100101 | 10100111 | 1110001 | 1 | 0 | 100000 | 100011 | 111110 | 10111 | 110111 |
Color Harmonies of #A5A771
Complementary color
Monochromatic Colors of #A5A771
Black with #A5A771
Text Example
Text Example
White with #A5A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A771; }
p { color: rgb(165,167,113); }
H1.HeaderClassName
{
color: #A5A771;
}
.AnyTagClassName
{
color: #A5A771;
}
</style>
background-color css
<style>
a { background-color: #A5A771; }
a { background-color: rgb(165,167,113); }
div.DivClassName
{
background-color: #A5A771;
}
.BgClassName
{
background-color: #A5A771;
}
</style>
border-color css
<style>
span { border-color: #A5A771; }
span { border-color: rgb(165,167,113); }
td.TdClassName
{
border-color: #A5A771;
}
.TagClassName
{
border-color: #A5A771;
}
</style>