Shades of Locust #A1AA7B
Tints of Locust #A1AA7B
RGB
CMYK
RGB Variations
Color information
#A1AA7B (or 0xA1AA7B) is known color: Locust. HEX triplet: A1, AA and 7B. RGB value is (161,170,123). Sum of RGB (Red+Green+Blue) = 161+170+123=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA7B is #5E5584. Grayscale: #A2A2A2. Windows color (decimal): -6182277 or 8104609. OLE color: 8104609.
HSL color Cylindrical-coordinate representation of color #A1AA7B: hue angle of 71.49º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1AA7B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 123 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.33 |
| HSL | 71.49º | 0.22% | 0.57% | - |
| HSV(B) | 71.49º | 0.28% | 0.67% | - |
| XYZ | 32.65 | 37.76 | 24.31 | - |
| YUV | 161.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 123 | 0.05 | 0 | 0.28 | 0.33 | 71.49 | 0.22 | 0.57 |
| Hex | A1 | AA | 7B | 5 | 0 | 1C | 21 | 47 | 16 | 39 |
| Octal | 241 | 252 | 173 | 5 | 0 | 34 | 41 | 107 | 26 | 71 |
| Binary | 10100001 | 10101010 | 1111011 | 101 | 0 | 11100 | 100001 | 1000111 | 10110 | 111001 |
Color Harmonies of #A1AA7B
Complementary color
Monochromatic Colors of #A1AA7B
Black with #A1AA7B
Text Example
Text Example
White with #A1AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA7B; }
p { color: rgb(161,170,123); }
H1.HeaderClassName
{
color: #A1AA7B;
}
.AnyTagClassName
{
color: #A1AA7B;
}
</style>
background-color css
<style>
a { background-color: #A1AA7B; }
a { background-color: rgb(161,170,123); }
div.DivClassName
{
background-color: #A1AA7B;
}
.BgClassName
{
background-color: #A1AA7B;
}
</style>
border-color css
<style>
span { border-color: #A1AA7B; }
span { border-color: rgb(161,170,123); }
td.TdClassName
{
border-color: #A1AA7B;
}
.TagClassName
{
border-color: #A1AA7B;
}
</style>