Shades of Locust #A1AB7B
Tints of Locust #A1AB7B
RGB
CMYK
RGB Variations
Color information
#A1AB7B (or 0xA1AB7B) is known color: Locust. HEX triplet: A1, AB and 7B. RGB value is (161,171,123). Sum of RGB (Red+Green+Blue) = 161+171+123=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB7B is #5E5484. Grayscale: #A2A2A2. Windows color (decimal): -6182021 or 8104865. OLE color: 8104865.
HSL color Cylindrical-coordinate representation of color #A1AB7B: hue angle of 72.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1AB7B is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 123 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.33 |
| HSL | 72.5º | 0.22% | 0.58% | - |
| HSV(B) | 72.5º | 0.28% | 0.67% | - |
| XYZ | 32.84 | 38.13 | 24.37 | - |
| YUV | 162.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 123 | 0.06 | 0 | 0.28 | 0.33 | 72.5 | 0.22 | 0.58 |
| Hex | A1 | AB | 7B | 6 | 0 | 1C | 21 | 48 | 16 | 3A |
| Octal | 241 | 253 | 173 | 6 | 0 | 34 | 41 | 110 | 26 | 72 |
| Binary | 10100001 | 10101011 | 1111011 | 110 | 0 | 11100 | 100001 | 1001000 | 10110 | 111010 |
Color Harmonies of #A1AB7B
Complementary color
Monochromatic Colors of #A1AB7B
Black with #A1AB7B
Text Example
Text Example
White with #A1AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB7B; }
p { color: rgb(161,171,123); }
H1.HeaderClassName
{
color: #A1AB7B;
}
.AnyTagClassName
{
color: #A1AB7B;
}
</style>
background-color css
<style>
a { background-color: #A1AB7B; }
a { background-color: rgb(161,171,123); }
div.DivClassName
{
background-color: #A1AB7B;
}
.BgClassName
{
background-color: #A1AB7B;
}
</style>
border-color css
<style>
span { border-color: #A1AB7B; }
span { border-color: rgb(161,171,123); }
td.TdClassName
{
border-color: #A1AB7B;
}
.TagClassName
{
border-color: #A1AB7B;
}
</style>