Shades of Locust #A1A37C
Tints of Locust #A1A37C
RGB
CMYK
RGB Variations
Color information
#A1A37C (or 0xA1A37C) is known color: Locust. HEX triplet: A1, A3 and 7C. RGB value is (161,163,124). Sum of RGB (Red+Green+Blue) = 161+163+124=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A37C is #5E5C83. Grayscale: #9E9E9E. Windows color (decimal): -6184068 or 8168353. OLE color: 8168353.
HSL color Cylindrical-coordinate representation of color #A1A37C: hue angle of 63.08º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1A37C is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 124 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.36 |
| HSL | 63.08º | 0.17% | 0.56% | - |
| HSV(B) | 63.08º | 0.24% | 0.64% | - |
| XYZ | 31.43 | 35.23 | 24.21 | - |
| YUV | 157.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 124 | 0.01 | 0 | 0.24 | 0.36 | 63.08 | 0.17 | 0.56 |
| Hex | A1 | A3 | 7C | 1 | 0 | 18 | 24 | 3F | 11 | 38 |
| Octal | 241 | 243 | 174 | 1 | 0 | 30 | 44 | 77 | 21 | 70 |
| Binary | 10100001 | 10100011 | 1111100 | 1 | 0 | 11000 | 100100 | 111111 | 10001 | 111000 |
Color Harmonies of #A1A37C
Complementary color
Monochromatic Colors of #A1A37C
Black with #A1A37C
Text Example
Text Example
White with #A1A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A37C; }
p { color: rgb(161,163,124); }
H1.HeaderClassName
{
color: #A1A37C;
}
.AnyTagClassName
{
color: #A1A37C;
}
</style>
background-color css
<style>
a { background-color: #A1A37C; }
a { background-color: rgb(161,163,124); }
div.DivClassName
{
background-color: #A1A37C;
}
.BgClassName
{
background-color: #A1A37C;
}
</style>
border-color css
<style>
span { border-color: #A1A37C; }
span { border-color: rgb(161,163,124); }
td.TdClassName
{
border-color: #A1A37C;
}
.TagClassName
{
border-color: #A1A37C;
}
</style>