Shades of Locust #A2AF74
Tints of Locust #A2AF74
RGB
CMYK
RGB Variations
Color information
#A2AF74 (or 0xA2AF74) is known color: Locust. HEX triplet: A2, AF and 74. RGB value is (162,175,116). Sum of RGB (Red+Green+Blue) = 162+175+116=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF74 is #5D508B. Grayscale: #A4A4A4. Windows color (decimal): -6115468 or 7647138. OLE color: 7647138.
HSL color Cylindrical-coordinate representation of color #A2AF74: hue angle of 73.22º degrees, saturation: 0.27, 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 #A2AF74 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 116 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.31 |
| HSL | 73.22º | 0.27% | 0.57% | - |
| HSV(B) | 73.22º | 0.34% | 0.69% | - |
| XYZ | 33.38 | 39.6 | 22.41 | - |
| YUV | 164.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 116 | 0.07 | 0 | 0.34 | 0.31 | 73.22 | 0.27 | 0.57 |
| Hex | A2 | AF | 74 | 7 | 0 | 22 | 1F | 49 | 1B | 39 |
| Octal | 242 | 257 | 164 | 7 | 0 | 42 | 37 | 111 | 33 | 71 |
| Binary | 10100010 | 10101111 | 1110100 | 111 | 0 | 100010 | 11111 | 1001001 | 11011 | 111001 |
Color Harmonies of #A2AF74
Complementary color
Monochromatic Colors of #A2AF74
Black with #A2AF74
Text Example
Text Example
White with #A2AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF74; }
p { color: rgb(162,175,116); }
H1.HeaderClassName
{
color: #A2AF74;
}
.AnyTagClassName
{
color: #A2AF74;
}
</style>
background-color css
<style>
a { background-color: #A2AF74; }
a { background-color: rgb(162,175,116); }
div.DivClassName
{
background-color: #A2AF74;
}
.BgClassName
{
background-color: #A2AF74;
}
</style>
border-color css
<style>
span { border-color: #A2AF74; }
span { border-color: rgb(162,175,116); }
td.TdClassName
{
border-color: #A2AF74;
}
.TagClassName
{
border-color: #A2AF74;
}
</style>