Shades of Locust #A3A885
Tints of Locust #A3A885
RGB
CMYK
RGB Variations
Color information
#A3A885 (or 0xA3A885) is known color: Locust. HEX triplet: A3, A8 and 85. RGB value is (163,168,133). Sum of RGB (Red+Green+Blue) = 163+168+133=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A885 is #5C577A. Grayscale: #A2A2A2. Windows color (decimal): -6051707 or 8759459. OLE color: 8759459.
HSL color Cylindrical-coordinate representation of color #A3A885: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A885 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 133 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.34 |
| HSL | 68.57º | 0.17% | 0.59% | - |
| HSV(B) | 68.57º | 0.21% | 0.66% | - |
| XYZ | 33.34 | 37.49 | 27.67 | - |
| YUV | 162.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 133 | 0.03 | 0 | 0.21 | 0.34 | 68.57 | 0.17 | 0.59 |
| Hex | A3 | A8 | 85 | 3 | 0 | 15 | 22 | 45 | 11 | 3B |
| Octal | 243 | 250 | 205 | 3 | 0 | 25 | 42 | 105 | 21 | 73 |
| Binary | 10100011 | 10101000 | 10000101 | 11 | 0 | 10101 | 100010 | 1000101 | 10001 | 111011 |
Color Harmonies of #A3A885
Complementary color
Monochromatic Colors of #A3A885
Black with #A3A885
Text Example
Text Example
White with #A3A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A885; }
p { color: rgb(163,168,133); }
H1.HeaderClassName
{
color: #A3A885;
}
.AnyTagClassName
{
color: #A3A885;
}
</style>
background-color css
<style>
a { background-color: #A3A885; }
a { background-color: rgb(163,168,133); }
div.DivClassName
{
background-color: #A3A885;
}
.BgClassName
{
background-color: #A3A885;
}
</style>
border-color css
<style>
span { border-color: #A3A885; }
span { border-color: rgb(163,168,133); }
td.TdClassName
{
border-color: #A3A885;
}
.TagClassName
{
border-color: #A3A885;
}
</style>