Shades of Locust #A1A47D
Tints of Locust #A1A47D
RGB
CMYK
RGB Variations
Color information
#A1A47D (or 0xA1A47D) is known color: Locust. HEX triplet: A1, A4 and 7D. RGB value is (161,164,125). Sum of RGB (Red+Green+Blue) = 161+164+125=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A47D is #5E5B82. Grayscale: #9E9E9E. Windows color (decimal): -6183811 or 8234145. OLE color: 8234145.
HSL color Cylindrical-coordinate representation of color #A1A47D: hue angle of 64.62º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1A47D is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 125 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.36 |
| HSL | 64.62º | 0.18% | 0.57% | - |
| HSV(B) | 64.62º | 0.24% | 0.64% | - |
| XYZ | 31.68 | 35.61 | 24.61 | - |
| YUV | 158.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 125 | 0.02 | 0 | 0.24 | 0.36 | 64.62 | 0.18 | 0.57 |
| Hex | A1 | A4 | 7D | 2 | 0 | 18 | 24 | 41 | 12 | 39 |
| Octal | 241 | 244 | 175 | 2 | 0 | 30 | 44 | 101 | 22 | 71 |
| Binary | 10100001 | 10100100 | 1111101 | 10 | 0 | 11000 | 100100 | 1000001 | 10010 | 111001 |
Color Harmonies of #A1A47D
Complementary color
Monochromatic Colors of #A1A47D
Black with #A1A47D
Text Example
Text Example
White with #A1A47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A47D; }
p { color: rgb(161,164,125); }
H1.HeaderClassName
{
color: #A1A47D;
}
.AnyTagClassName
{
color: #A1A47D;
}
</style>
background-color css
<style>
a { background-color: #A1A47D; }
a { background-color: rgb(161,164,125); }
div.DivClassName
{
background-color: #A1A47D;
}
.BgClassName
{
background-color: #A1A47D;
}
</style>
border-color css
<style>
span { border-color: #A1A47D; }
span { border-color: rgb(161,164,125); }
td.TdClassName
{
border-color: #A1A47D;
}
.TagClassName
{
border-color: #A1A47D;
}
</style>