Shades of Locust #A1A37A
Tints of Locust #A1A37A
RGB
CMYK
RGB Variations
Color information
#A1A37A (or 0xA1A37A) is known color: Locust. HEX triplet: A1, A3 and 7A. RGB value is (161,163,122). Sum of RGB (Red+Green+Blue) = 161+163+122=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A37A is #5E5C85. Grayscale: #9D9D9D. Windows color (decimal): -6184070 or 8037281. OLE color: 8037281.
HSL color Cylindrical-coordinate representation of color #A1A37A: hue angle of 62.93º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1A37A is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 122 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.36 |
| HSL | 62.93º | 0.18% | 0.56% | - |
| HSV(B) | 62.93º | 0.25% | 0.64% | - |
| XYZ | 31.31 | 35.18 | 23.55 | - |
| YUV | 157.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 122 | 0.01 | 0 | 0.25 | 0.36 | 62.93 | 0.18 | 0.56 |
| Hex | A1 | A3 | 7A | 1 | 0 | 19 | 24 | 3F | 12 | 38 |
| Octal | 241 | 243 | 172 | 1 | 0 | 31 | 44 | 77 | 22 | 70 |
| Binary | 10100001 | 10100011 | 1111010 | 1 | 0 | 11001 | 100100 | 111111 | 10010 | 111000 |
Color Harmonies of #A1A37A
Complementary color
Monochromatic Colors of #A1A37A
Black with #A1A37A
Text Example
Text Example
White with #A1A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A37A; }
p { color: rgb(161,163,122); }
H1.HeaderClassName
{
color: #A1A37A;
}
.AnyTagClassName
{
color: #A1A37A;
}
</style>
background-color css
<style>
a { background-color: #A1A37A; }
a { background-color: rgb(161,163,122); }
div.DivClassName
{
background-color: #A1A37A;
}
.BgClassName
{
background-color: #A1A37A;
}
</style>
border-color css
<style>
span { border-color: #A1A37A; }
span { border-color: rgb(161,163,122); }
td.TdClassName
{
border-color: #A1A37A;
}
.TagClassName
{
border-color: #A1A37A;
}
</style>