Shades of Locust #A5A77C
Tints of Locust #A5A77C
RGB
CMYK
RGB Variations
Color information
#A5A77C (or 0xA5A77C) is known color: Locust. HEX triplet: A5, A7 and 7C. RGB value is (165,167,124). Sum of RGB (Red+Green+Blue) = 165+167+124=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A77C is #5A5883. Grayscale: #A1A1A1. Windows color (decimal): -5920900 or 8169381. OLE color: 8169381.
HSL color Cylindrical-coordinate representation of color #A5A77C: hue angle of 62.79º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5A77C is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 124 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.35 |
| HSL | 62.79º | 0.2% | 0.57% | - |
| HSV(B) | 62.79º | 0.26% | 0.65% | - |
| XYZ | 32.97 | 37.09 | 24.49 | - |
| YUV | 161.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 124 | 0.01 | 0 | 0.26 | 0.35 | 62.79 | 0.2 | 0.57 |
| Hex | A5 | A7 | 7C | 1 | 0 | 1A | 23 | 3F | 14 | 39 |
| Octal | 245 | 247 | 174 | 1 | 0 | 32 | 43 | 77 | 24 | 71 |
| Binary | 10100101 | 10100111 | 1111100 | 1 | 0 | 11010 | 100011 | 111111 | 10100 | 111001 |
Color Harmonies of #A5A77C
Complementary color
Monochromatic Colors of #A5A77C
Black with #A5A77C
Text Example
Text Example
White with #A5A77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A77C; }
p { color: rgb(165,167,124); }
H1.HeaderClassName
{
color: #A5A77C;
}
.AnyTagClassName
{
color: #A5A77C;
}
</style>
background-color css
<style>
a { background-color: #A5A77C; }
a { background-color: rgb(165,167,124); }
div.DivClassName
{
background-color: #A5A77C;
}
.BgClassName
{
background-color: #A5A77C;
}
</style>
border-color css
<style>
span { border-color: #A5A77C; }
span { border-color: rgb(165,167,124); }
td.TdClassName
{
border-color: #A5A77C;
}
.TagClassName
{
border-color: #A5A77C;
}
</style>