Shades of Locust #A1A37D
Tints of Locust #A1A37D
RGB
CMYK
RGB Variations
Color information
#A1A37D (or 0xA1A37D) is known color: Locust. HEX triplet: A1, A3 and 7D. RGB value is (161,163,125). Sum of RGB (Red+Green+Blue) = 161+163+125=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A37D is #5E5C82. Grayscale: #9E9E9E. Windows color (decimal): -6184067 or 8233889. OLE color: 8233889.
HSL color Cylindrical-coordinate representation of color #A1A37D: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1A37D is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 125 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.36 |
| HSL | 63.16º | 0.17% | 0.56% | - |
| HSV(B) | 63.16º | 0.23% | 0.64% | - |
| XYZ | 31.5 | 35.25 | 24.55 | - |
| YUV | 158.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 125 | 0.01 | 0 | 0.23 | 0.36 | 63.16 | 0.17 | 0.56 |
| Hex | A1 | A3 | 7D | 1 | 0 | 17 | 24 | 3F | 11 | 38 |
| Octal | 241 | 243 | 175 | 1 | 0 | 27 | 44 | 77 | 21 | 70 |
| Binary | 10100001 | 10100011 | 1111101 | 1 | 0 | 10111 | 100100 | 111111 | 10001 | 111000 |
Color Harmonies of #A1A37D
Complementary color
Monochromatic Colors of #A1A37D
Black with #A1A37D
Text Example
Text Example
White with #A1A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A37D; }
p { color: rgb(161,163,125); }
H1.HeaderClassName
{
color: #A1A37D;
}
.AnyTagClassName
{
color: #A1A37D;
}
</style>
background-color css
<style>
a { background-color: #A1A37D; }
a { background-color: rgb(161,163,125); }
div.DivClassName
{
background-color: #A1A37D;
}
.BgClassName
{
background-color: #A1A37D;
}
</style>
border-color css
<style>
span { border-color: #A1A37D; }
span { border-color: rgb(161,163,125); }
td.TdClassName
{
border-color: #A1A37D;
}
.TagClassName
{
border-color: #A1A37D;
}
</style>