Shades of Locust #A1AB75
Tints of Locust #A1AB75
RGB
CMYK
RGB Variations
Color information
#A1AB75 (or 0xA1AB75) is known color: Locust. HEX triplet: A1, AB and 75. RGB value is (161,171,117). Sum of RGB (Red+Green+Blue) = 161+171+117=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB75 is #5E548A. Grayscale: #A2A2A2. Windows color (decimal): -6182027 or 7711649. OLE color: 7711649.
HSL color Cylindrical-coordinate representation of color #A1AB75: hue angle of 71.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1AB75 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 117 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.33 |
| HSL | 71.11º | 0.24% | 0.56% | - |
| HSV(B) | 71.11º | 0.32% | 0.67% | - |
| XYZ | 32.47 | 37.99 | 22.45 | - |
| YUV | 161.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 117 | 0.06 | 0 | 0.32 | 0.33 | 71.11 | 0.24 | 0.56 |
| Hex | A1 | AB | 75 | 6 | 0 | 20 | 21 | 47 | 18 | 38 |
| Octal | 241 | 253 | 165 | 6 | 0 | 40 | 41 | 107 | 30 | 70 |
| Binary | 10100001 | 10101011 | 1110101 | 110 | 0 | 100000 | 100001 | 1000111 | 11000 | 111000 |
Color Harmonies of #A1AB75
Complementary color
Monochromatic Colors of #A1AB75
Black with #A1AB75
Text Example
Text Example
White with #A1AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB75; }
p { color: rgb(161,171,117); }
H1.HeaderClassName
{
color: #A1AB75;
}
.AnyTagClassName
{
color: #A1AB75;
}
</style>
background-color css
<style>
a { background-color: #A1AB75; }
a { background-color: rgb(161,171,117); }
div.DivClassName
{
background-color: #A1AB75;
}
.BgClassName
{
background-color: #A1AB75;
}
</style>
border-color css
<style>
span { border-color: #A1AB75; }
span { border-color: rgb(161,171,117); }
td.TdClassName
{
border-color: #A1AB75;
}
.TagClassName
{
border-color: #A1AB75;
}
</style>