Shades of Locust #A4AB73
Tints of Locust #A4AB73
RGB
CMYK
RGB Variations
Color information
#A4AB73 (or 0xA4AB73) is known color: Locust. HEX triplet: A4, AB and 73. RGB value is (164,171,115). Sum of RGB (Red+Green+Blue) = 164+171+115=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB73 is #5B548C. Grayscale: #A2A2A2. Windows color (decimal): -5985421 or 7580580. OLE color: 7580580.
HSL color Cylindrical-coordinate representation of color #A4AB73: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4AB73 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 115 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.33 |
| HSL | 67.5º | 0.25% | 0.56% | - |
| HSV(B) | 67.5º | 0.33% | 0.67% | - |
| XYZ | 32.97 | 38.26 | 21.87 | - |
| YUV | 162.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 115 | 0.04 | 0 | 0.33 | 0.33 | 67.5 | 0.25 | 0.56 |
| Hex | A4 | AB | 73 | 4 | 0 | 21 | 21 | 44 | 19 | 38 |
| Octal | 244 | 253 | 163 | 4 | 0 | 41 | 41 | 104 | 31 | 70 |
| Binary | 10100100 | 10101011 | 1110011 | 100 | 0 | 100001 | 100001 | 1000100 | 11001 | 111000 |
Color Harmonies of #A4AB73
Complementary color
Monochromatic Colors of #A4AB73
Black with #A4AB73
Text Example
Text Example
White with #A4AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB73; }
p { color: rgb(164,171,115); }
H1.HeaderClassName
{
color: #A4AB73;
}
.AnyTagClassName
{
color: #A4AB73;
}
</style>
background-color css
<style>
a { background-color: #A4AB73; }
a { background-color: rgb(164,171,115); }
div.DivClassName
{
background-color: #A4AB73;
}
.BgClassName
{
background-color: #A4AB73;
}
</style>
border-color css
<style>
span { border-color: #A4AB73; }
span { border-color: rgb(164,171,115); }
td.TdClassName
{
border-color: #A4AB73;
}
.TagClassName
{
border-color: #A4AB73;
}
</style>