Shades of Locust #A1A985
Tints of Locust #A1A985
RGB
CMYK
RGB Variations
Color information
#A1A985 (or 0xA1A985) is known color: Locust. HEX triplet: A1, A9 and 85. RGB value is (161,169,133). Sum of RGB (Red+Green+Blue) = 161+169+133=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A985 is #5E567A. Grayscale: #A2A2A2. Windows color (decimal): -6182523 or 8759713. OLE color: 8759713.
HSL color Cylindrical-coordinate representation of color #A1A985: hue angle of 73.33º 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 #A1A985 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 133 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.34 |
| HSL | 73.33º | 0.17% | 0.59% | - |
| HSV(B) | 73.33º | 0.21% | 0.66% | - |
| XYZ | 33.12 | 37.65 | 27.71 | - |
| YUV | 162.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 133 | 0.05 | 0 | 0.21 | 0.34 | 73.33 | 0.17 | 0.59 |
| Hex | A1 | A9 | 85 | 5 | 0 | 15 | 22 | 49 | 11 | 3B |
| Octal | 241 | 251 | 205 | 5 | 0 | 25 | 42 | 111 | 21 | 73 |
| Binary | 10100001 | 10101001 | 10000101 | 101 | 0 | 10101 | 100010 | 1001001 | 10001 | 111011 |
Color Harmonies of #A1A985
Complementary color
Monochromatic Colors of #A1A985
Black with #A1A985
Text Example
Text Example
White with #A1A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A985; }
p { color: rgb(161,169,133); }
H1.HeaderClassName
{
color: #A1A985;
}
.AnyTagClassName
{
color: #A1A985;
}
</style>
background-color css
<style>
a { background-color: #A1A985; }
a { background-color: rgb(161,169,133); }
div.DivClassName
{
background-color: #A1A985;
}
.BgClassName
{
background-color: #A1A985;
}
</style>
border-color css
<style>
span { border-color: #A1A985; }
span { border-color: rgb(161,169,133); }
td.TdClassName
{
border-color: #A1A985;
}
.TagClassName
{
border-color: #A1A985;
}
</style>