Shades of Locust #A8AB7A
Tints of Locust #A8AB7A
RGB
CMYK
RGB Variations
Color information
#A8AB7A (or 0xA8AB7A) is known color: Locust. HEX triplet: A8, AB and 7A. RGB value is (168,171,122). Sum of RGB (Red+Green+Blue) = 168+171+122=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB7A is #575485. Grayscale: #A4A4A4. Windows color (decimal): -5723270 or 8039336. OLE color: 8039336.
HSL color Cylindrical-coordinate representation of color #A8AB7A: hue angle of 63.67º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AB7A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 122 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.33 |
| HSL | 63.67º | 0.23% | 0.57% | - |
| HSV(B) | 63.67º | 0.29% | 0.67% | - |
| XYZ | 34.22 | 38.86 | 24.11 | - |
| YUV | 164.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 122 | 0.02 | 0 | 0.29 | 0.33 | 63.67 | 0.23 | 0.57 |
| Hex | A8 | AB | 7A | 2 | 0 | 1D | 21 | 40 | 17 | 39 |
| Octal | 250 | 253 | 172 | 2 | 0 | 35 | 41 | 100 | 27 | 71 |
| Binary | 10101000 | 10101011 | 1111010 | 10 | 0 | 11101 | 100001 | 1000000 | 10111 | 111001 |
Color Harmonies of #A8AB7A
Complementary color
Monochromatic Colors of #A8AB7A
Black with #A8AB7A
Text Example
Text Example
White with #A8AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB7A; }
p { color: rgb(168,171,122); }
H1.HeaderClassName
{
color: #A8AB7A;
}
.AnyTagClassName
{
color: #A8AB7A;
}
</style>
background-color css
<style>
a { background-color: #A8AB7A; }
a { background-color: rgb(168,171,122); }
div.DivClassName
{
background-color: #A8AB7A;
}
.BgClassName
{
background-color: #A8AB7A;
}
</style>
border-color css
<style>
span { border-color: #A8AB7A; }
span { border-color: rgb(168,171,122); }
td.TdClassName
{
border-color: #A8AB7A;
}
.TagClassName
{
border-color: #A8AB7A;
}
</style>