Shades of Locust #A3A985
Tints of Locust #A3A985
RGB
CMYK
RGB Variations
Color information
#A3A985 (or 0xA3A985) is known color: Locust. HEX triplet: A3, A9 and 85. RGB value is (163,169,133). Sum of RGB (Red+Green+Blue) = 163+169+133=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A985 is #5C567A. Grayscale: #A3A3A3. Windows color (decimal): -6051451 or 8759715. OLE color: 8759715.
HSL color Cylindrical-coordinate representation of color #A3A985: hue angle of 70º 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 #A3A985 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 133 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.34 |
| HSL | 70º | 0.17% | 0.59% | - |
| HSV(B) | 70º | 0.21% | 0.66% | - |
| XYZ | 33.53 | 37.86 | 27.73 | - |
| YUV | 163.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 133 | 0.04 | 0 | 0.21 | 0.34 | 70 | 0.17 | 0.59 |
| Hex | A3 | A9 | 85 | 4 | 0 | 15 | 22 | 46 | 11 | 3B |
| Octal | 243 | 251 | 205 | 4 | 0 | 25 | 42 | 106 | 21 | 73 |
| Binary | 10100011 | 10101001 | 10000101 | 100 | 0 | 10101 | 100010 | 1000110 | 10001 | 111011 |
Color Harmonies of #A3A985
Complementary color
Monochromatic Colors of #A3A985
Black with #A3A985
Text Example
Text Example
White with #A3A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A985; }
p { color: rgb(163,169,133); }
H1.HeaderClassName
{
color: #A3A985;
}
.AnyTagClassName
{
color: #A3A985;
}
</style>
background-color css
<style>
a { background-color: #A3A985; }
a { background-color: rgb(163,169,133); }
div.DivClassName
{
background-color: #A3A985;
}
.BgClassName
{
background-color: #A3A985;
}
</style>
border-color css
<style>
span { border-color: #A3A985; }
span { border-color: rgb(163,169,133); }
td.TdClassName
{
border-color: #A3A985;
}
.TagClassName
{
border-color: #A3A985;
}
</style>