Shades of Locust #A3AA85
Tints of Locust #A3AA85
RGB
CMYK
RGB Variations
Color information
#A3AA85 (or 0xA3AA85) is known color: Locust. HEX triplet: A3, AA and 85. RGB value is (163,170,133). Sum of RGB (Red+Green+Blue) = 163+170+133=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA85 is #5C557A. Grayscale: #A3A3A3. Windows color (decimal): -6051195 or 8759971. OLE color: 8759971.
HSL color Cylindrical-coordinate representation of color #A3AA85: hue angle of 71.35º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3AA85 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 133 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.33 |
| HSL | 71.35º | 0.18% | 0.59% | - |
| HSV(B) | 71.35º | 0.22% | 0.67% | - |
| XYZ | 33.71 | 38.23 | 27.79 | - |
| YUV | 163.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 133 | 0.04 | 0 | 0.22 | 0.33 | 71.35 | 0.18 | 0.59 |
| Hex | A3 | AA | 85 | 4 | 0 | 16 | 21 | 47 | 12 | 3B |
| Octal | 243 | 252 | 205 | 4 | 0 | 26 | 41 | 107 | 22 | 73 |
| Binary | 10100011 | 10101010 | 10000101 | 100 | 0 | 10110 | 100001 | 1000111 | 10010 | 111011 |
Color Harmonies of #A3AA85
Complementary color
Monochromatic Colors of #A3AA85
Black with #A3AA85
Text Example
Text Example
White with #A3AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA85; }
p { color: rgb(163,170,133); }
H1.HeaderClassName
{
color: #A3AA85;
}
.AnyTagClassName
{
color: #A3AA85;
}
</style>
background-color css
<style>
a { background-color: #A3AA85; }
a { background-color: rgb(163,170,133); }
div.DivClassName
{
background-color: #A3AA85;
}
.BgClassName
{
background-color: #A3AA85;
}
</style>
border-color css
<style>
span { border-color: #A3AA85; }
span { border-color: rgb(163,170,133); }
td.TdClassName
{
border-color: #A3AA85;
}
.TagClassName
{
border-color: #A3AA85;
}
</style>