Shades of Locust #A4A381
Tints of Locust #A4A381
RGB
CMYK
RGB Variations
Color information
#A4A381 (or 0xA4A381) is known color: Locust. HEX triplet: A4, A3 and 81. RGB value is (164,163,129). Sum of RGB (Red+Green+Blue) = 164+163+129=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A381 is #5B5C7E. Grayscale: #9F9F9F. Windows color (decimal): -5987455 or 8496036. OLE color: 8496036.
HSL color Cylindrical-coordinate representation of color #A4A381: hue angle of 58.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4A381 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 129 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.36 |
| HSL | 58.29º | 0.16% | 0.57% | - |
| HSV(B) | 58.29º | 0.21% | 0.64% | - |
| XYZ | 32.37 | 35.67 | 25.95 | - |
| YUV | 159.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 129 | 0 | 0.01 | 0.21 | 0.36 | 58.29 | 0.16 | 0.57 |
| Hex | A4 | A3 | 81 | 0 | 1 | 15 | 24 | 3A | 10 | 39 |
| Octal | 244 | 243 | 201 | 0 | 1 | 25 | 44 | 72 | 20 | 71 |
| Binary | 10100100 | 10100011 | 10000001 | 0 | 1 | 10101 | 100100 | 111010 | 10000 | 111001 |
Color Harmonies of #A4A381
Complementary color
Monochromatic Colors of #A4A381
Black with #A4A381
Text Example
Text Example
White with #A4A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A381; }
p { color: rgb(164,163,129); }
H1.HeaderClassName
{
color: #A4A381;
}
.AnyTagClassName
{
color: #A4A381;
}
</style>
background-color css
<style>
a { background-color: #A4A381; }
a { background-color: rgb(164,163,129); }
div.DivClassName
{
background-color: #A4A381;
}
.BgClassName
{
background-color: #A4A381;
}
</style>
border-color css
<style>
span { border-color: #A4A381; }
span { border-color: rgb(164,163,129); }
td.TdClassName
{
border-color: #A4A381;
}
.TagClassName
{
border-color: #A4A381;
}
</style>