Shades of Locust #A4A483
Tints of Locust #A4A483
RGB
CMYK
RGB Variations
Color information
#A4A483 (or 0xA4A483) is known color: Locust. HEX triplet: A4, A4 and 83. RGB value is (164,164,131). Sum of RGB (Red+Green+Blue) = 164+164+131=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A483 is #5B5B7C. Grayscale: #A0A0A0. Windows color (decimal): -5987197 or 8627364. OLE color: 8627364.
HSL color Cylindrical-coordinate representation of color #A4A483: hue angle of 60º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4A483 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 164 | 131 | - |
| CMYK | 0 | 0 | 0.20 | 0.36 |
| HSL | 60º | 0.15% | 0.58% | - |
| HSV(B) | 60º | 0.2% | 0.64% | - |
| XYZ | 32.68 | 36.08 | 26.71 | - |
| YUV | 160.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 131 | 0 | 0 | 0.20 | 0.36 | 60 | 0.15 | 0.58 |
| Hex | A4 | A4 | 83 | 0 | 0 | 14 | 24 | 3C | F | 3A |
| Octal | 244 | 244 | 203 | 0 | 0 | 24 | 44 | 74 | 17 | 72 |
| Binary | 10100100 | 10100100 | 10000011 | 0 | 0 | 10100 | 100100 | 111100 | 1111 | 111010 |
Color Harmonies of #A4A483
Complementary color
Monochromatic Colors of #A4A483
Black with #A4A483
Text Example
Text Example
White with #A4A483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A483; }
p { color: rgb(164,164,131); }
H1.HeaderClassName
{
color: #A4A483;
}
.AnyTagClassName
{
color: #A4A483;
}
</style>
background-color css
<style>
a { background-color: #A4A483; }
a { background-color: rgb(164,164,131); }
div.DivClassName
{
background-color: #A4A483;
}
.BgClassName
{
background-color: #A4A483;
}
</style>
border-color css
<style>
span { border-color: #A4A483; }
span { border-color: rgb(164,164,131); }
td.TdClassName
{
border-color: #A4A483;
}
.TagClassName
{
border-color: #A4A483;
}
</style>