Shades of Locust #A2B074
Tints of Locust #A2B074
RGB
CMYK
RGB Variations
Color information
#A2B074 (or 0xA2B074) is known color: Locust. HEX triplet: A2, B0 and 74. RGB value is (162,176,116). Sum of RGB (Red+Green+Blue) = 162+176+116=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B074 is #5D4F8B. Grayscale: #A5A5A5. Windows color (decimal): -6115212 or 7647394. OLE color: 7647394.
HSL color Cylindrical-coordinate representation of color #A2B074: hue angle of 74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2B074 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 116 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.31 |
| HSL | 74º | 0.28% | 0.57% | - |
| HSV(B) | 74º | 0.34% | 0.69% | - |
| XYZ | 33.58 | 39.99 | 22.47 | - |
| YUV | 164.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 116 | 0.08 | 0 | 0.34 | 0.31 | 74 | 0.28 | 0.57 |
| Hex | A2 | B0 | 74 | 8 | 0 | 22 | 1F | 4A | 1C | 39 |
| Octal | 242 | 260 | 164 | 10 | 0 | 42 | 37 | 112 | 34 | 71 |
| Binary | 10100010 | 10110000 | 1110100 | 1000 | 0 | 100010 | 11111 | 1001010 | 11100 | 111001 |
Color Harmonies of #A2B074
Complementary color
Monochromatic Colors of #A2B074
Black with #A2B074
Text Example
Text Example
White with #A2B074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B074; }
p { color: rgb(162,176,116); }
H1.HeaderClassName
{
color: #A2B074;
}
.AnyTagClassName
{
color: #A2B074;
}
</style>
background-color css
<style>
a { background-color: #A2B074; }
a { background-color: rgb(162,176,116); }
div.DivClassName
{
background-color: #A2B074;
}
.BgClassName
{
background-color: #A2B074;
}
</style>
border-color css
<style>
span { border-color: #A2B074; }
span { border-color: rgb(162,176,116); }
td.TdClassName
{
border-color: #A2B074;
}
.TagClassName
{
border-color: #A2B074;
}
</style>