Shades of Locust #A4A380
Tints of Locust #A4A380
RGB
CMYK
RGB Variations
Color information
#A4A380 (or 0xA4A380) is known color: Locust. HEX triplet: A4, A3 and 80. RGB value is (164,163,128). Sum of RGB (Red+Green+Blue) = 164+163+128=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A380 is #5B5C7F. Grayscale: #9F9F9F. Windows color (decimal): -5987456 or 8430500. OLE color: 8430500.
HSL color Cylindrical-coordinate representation of color #A4A380: hue angle of 58.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A380 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 128 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.36 |
| HSL | 58.33º | 0.17% | 0.57% | - |
| HSV(B) | 58.33º | 0.22% | 0.64% | - |
| XYZ | 32.3 | 35.65 | 25.6 | - |
| YUV | 159.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 128 | 0 | 0.01 | 0.22 | 0.36 | 58.33 | 0.17 | 0.57 |
| Hex | A4 | A3 | 80 | 0 | 1 | 16 | 24 | 3A | 11 | 39 |
| Octal | 244 | 243 | 200 | 0 | 1 | 26 | 44 | 72 | 21 | 71 |
| Binary | 10100100 | 10100011 | 10000000 | 0 | 1 | 10110 | 100100 | 111010 | 10001 | 111001 |
Color Harmonies of #A4A380
Complementary color
Monochromatic Colors of #A4A380
Black with #A4A380
Text Example
Text Example
White with #A4A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A380; }
p { color: rgb(164,163,128); }
H1.HeaderClassName
{
color: #A4A380;
}
.AnyTagClassName
{
color: #A4A380;
}
</style>
background-color css
<style>
a { background-color: #A4A380; }
a { background-color: rgb(164,163,128); }
div.DivClassName
{
background-color: #A4A380;
}
.BgClassName
{
background-color: #A4A380;
}
</style>
border-color css
<style>
span { border-color: #A4A380; }
span { border-color: rgb(164,163,128); }
td.TdClassName
{
border-color: #A4A380;
}
.TagClassName
{
border-color: #A4A380;
}
</style>