Shades of Locust #A4B077
Tints of Locust #A4B077
RGB
CMYK
RGB Variations
Color information
#A4B077 (or 0xA4B077) is known color: Locust. HEX triplet: A4, B0 and 77. RGB value is (164,176,119). Sum of RGB (Red+Green+Blue) = 164+176+119=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B077 is #5B4F88. Grayscale: #A6A6A6. Windows color (decimal): -5984137 or 7844004. OLE color: 7844004.
HSL color Cylindrical-coordinate representation of color #A4B077: hue angle of 72.63º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4B077 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 176 | 119 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.31 |
| HSL | 72.63º | 0.27% | 0.58% | - |
| HSV(B) | 72.63º | 0.32% | 0.69% | - |
| XYZ | 34.16 | 40.28 | 23.43 | - |
| YUV | 165.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 119 | 0.07 | 0 | 0.32 | 0.31 | 72.63 | 0.27 | 0.58 |
| Hex | A4 | B0 | 77 | 7 | 0 | 20 | 1F | 49 | 1B | 3A |
| Octal | 244 | 260 | 167 | 7 | 0 | 40 | 37 | 111 | 33 | 72 |
| Binary | 10100100 | 10110000 | 1110111 | 111 | 0 | 100000 | 11111 | 1001001 | 11011 | 111010 |
Color Harmonies of #A4B077
Complementary color
Monochromatic Colors of #A4B077
Black with #A4B077
Text Example
Text Example
White with #A4B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B077; }
p { color: rgb(164,176,119); }
H1.HeaderClassName
{
color: #A4B077;
}
.AnyTagClassName
{
color: #A4B077;
}
</style>
background-color css
<style>
a { background-color: #A4B077; }
a { background-color: rgb(164,176,119); }
div.DivClassName
{
background-color: #A4B077;
}
.BgClassName
{
background-color: #A4B077;
}
</style>
border-color css
<style>
span { border-color: #A4B077; }
span { border-color: rgb(164,176,119); }
td.TdClassName
{
border-color: #A4B077;
}
.TagClassName
{
border-color: #A4B077;
}
</style>