Shades of Locust #A1AC7A
Tints of Locust #A1AC7A
RGB
CMYK
RGB Variations
Color information
#A1AC7A (or 0xA1AC7A) is known color: Locust. HEX triplet: A1, AC and 7A. RGB value is (161,172,122). Sum of RGB (Red+Green+Blue) = 161+172+122=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC7A is #5E5385. Grayscale: #A3A3A3. Windows color (decimal): -6181766 or 8039585. OLE color: 8039585.
HSL color Cylindrical-coordinate representation of color #A1AC7A: hue angle of 73.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1AC7A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 122 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.33 |
| HSL | 73.2º | 0.23% | 0.58% | - |
| HSV(B) | 73.2º | 0.29% | 0.67% | - |
| XYZ | 32.96 | 38.49 | 24.1 | - |
| YUV | 163.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 122 | 0.06 | 0 | 0.29 | 0.33 | 73.2 | 0.23 | 0.58 |
| Hex | A1 | AC | 7A | 6 | 0 | 1D | 21 | 49 | 17 | 3A |
| Octal | 241 | 254 | 172 | 6 | 0 | 35 | 41 | 111 | 27 | 72 |
| Binary | 10100001 | 10101100 | 1111010 | 110 | 0 | 11101 | 100001 | 1001001 | 10111 | 111010 |
Color Harmonies of #A1AC7A
Complementary color
Monochromatic Colors of #A1AC7A
Black with #A1AC7A
Text Example
Text Example
White with #A1AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC7A; }
p { color: rgb(161,172,122); }
H1.HeaderClassName
{
color: #A1AC7A;
}
.AnyTagClassName
{
color: #A1AC7A;
}
</style>
background-color css
<style>
a { background-color: #A1AC7A; }
a { background-color: rgb(161,172,122); }
div.DivClassName
{
background-color: #A1AC7A;
}
.BgClassName
{
background-color: #A1AC7A;
}
</style>
border-color css
<style>
span { border-color: #A1AC7A; }
span { border-color: rgb(161,172,122); }
td.TdClassName
{
border-color: #A1AC7A;
}
.TagClassName
{
border-color: #A1AC7A;
}
</style>