Shades of Locust #A4AB7A
Tints of Locust #A4AB7A
RGB
CMYK
RGB Variations
Color information
#A4AB7A (or 0xA4AB7A) is known color: Locust. HEX triplet: A4, AB and 7A. RGB value is (164,171,122). Sum of RGB (Red+Green+Blue) = 164+171+122=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB7A is #5B5485. Grayscale: #A3A3A3. Windows color (decimal): -5985414 or 8039332. OLE color: 8039332.
HSL color Cylindrical-coordinate representation of color #A4AB7A: hue angle of 68.57º 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 #A4AB7A is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 122 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.33 |
| HSL | 68.57º | 0.23% | 0.57% | - |
| HSV(B) | 68.57º | 0.29% | 0.67% | - |
| XYZ | 33.39 | 38.42 | 24.07 | - |
| YUV | 163.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 122 | 0.04 | 0 | 0.29 | 0.33 | 68.57 | 0.23 | 0.57 |
| Hex | A4 | AB | 7A | 4 | 0 | 1D | 21 | 45 | 17 | 39 |
| Octal | 244 | 253 | 172 | 4 | 0 | 35 | 41 | 105 | 27 | 71 |
| Binary | 10100100 | 10101011 | 1111010 | 100 | 0 | 11101 | 100001 | 1000101 | 10111 | 111001 |
Color Harmonies of #A4AB7A
Complementary color
Monochromatic Colors of #A4AB7A
Black with #A4AB7A
Text Example
Text Example
White with #A4AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB7A; }
p { color: rgb(164,171,122); }
H1.HeaderClassName
{
color: #A4AB7A;
}
.AnyTagClassName
{
color: #A4AB7A;
}
</style>
background-color css
<style>
a { background-color: #A4AB7A; }
a { background-color: rgb(164,171,122); }
div.DivClassName
{
background-color: #A4AB7A;
}
.BgClassName
{
background-color: #A4AB7A;
}
</style>
border-color css
<style>
span { border-color: #A4AB7A; }
span { border-color: rgb(164,171,122); }
td.TdClassName
{
border-color: #A4AB7A;
}
.TagClassName
{
border-color: #A4AB7A;
}
</style>