Shades of Locust #A4AB7C
Tints of Locust #A4AB7C
RGB
CMYK
RGB Variations
Color information
#A4AB7C (or 0xA4AB7C) is known color: Locust. HEX triplet: A4, AB and 7C. RGB value is (164,171,124). Sum of RGB (Red+Green+Blue) = 164+171+124=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB7C is #5B5483. Grayscale: #A3A3A3. Windows color (decimal): -5985412 or 8170404. OLE color: 8170404.
HSL color Cylindrical-coordinate representation of color #A4AB7C: hue angle of 68.94º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4AB7C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 124 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.33 |
| HSL | 68.94º | 0.22% | 0.58% | - |
| HSV(B) | 68.94º | 0.27% | 0.67% | - |
| XYZ | 33.51 | 38.47 | 24.73 | - |
| YUV | 163.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 124 | 0.04 | 0 | 0.27 | 0.33 | 68.94 | 0.22 | 0.58 |
| Hex | A4 | AB | 7C | 4 | 0 | 1B | 21 | 45 | 16 | 3A |
| Octal | 244 | 253 | 174 | 4 | 0 | 33 | 41 | 105 | 26 | 72 |
| Binary | 10100100 | 10101011 | 1111100 | 100 | 0 | 11011 | 100001 | 1000101 | 10110 | 111010 |
Color Harmonies of #A4AB7C
Complementary color
Monochromatic Colors of #A4AB7C
Black with #A4AB7C
Text Example
Text Example
White with #A4AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB7C; }
p { color: rgb(164,171,124); }
H1.HeaderClassName
{
color: #A4AB7C;
}
.AnyTagClassName
{
color: #A4AB7C;
}
</style>
background-color css
<style>
a { background-color: #A4AB7C; }
a { background-color: rgb(164,171,124); }
div.DivClassName
{
background-color: #A4AB7C;
}
.BgClassName
{
background-color: #A4AB7C;
}
</style>
border-color css
<style>
span { border-color: #A4AB7C; }
span { border-color: rgb(164,171,124); }
td.TdClassName
{
border-color: #A4AB7C;
}
.TagClassName
{
border-color: #A4AB7C;
}
</style>