Shades of Locust #A1A375
Tints of Locust #A1A375
RGB
CMYK
RGB Variations
Color information
#A1A375 (or 0xA1A375) is known color: Locust. HEX triplet: A1, A3 and 75. RGB value is (161,163,117). Sum of RGB (Red+Green+Blue) = 161+163+117=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A375 is #5E5C8A. Grayscale: #9D9D9D. Windows color (decimal): -6184075 or 7709601. OLE color: 7709601.
HSL color Cylindrical-coordinate representation of color #A1A375: hue angle of 62.61º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1A375 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 117 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.36 |
| HSL | 62.61º | 0.2% | 0.55% | - |
| HSV(B) | 62.61º | 0.28% | 0.64% | - |
| XYZ | 31.01 | 35.06 | 21.96 | - |
| YUV | 157.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 117 | 0.01 | 0 | 0.28 | 0.36 | 62.61 | 0.2 | 0.55 |
| Hex | A1 | A3 | 75 | 1 | 0 | 1C | 24 | 3F | 14 | 37 |
| Octal | 241 | 243 | 165 | 1 | 0 | 34 | 44 | 77 | 24 | 67 |
| Binary | 10100001 | 10100011 | 1110101 | 1 | 0 | 11100 | 100100 | 111111 | 10100 | 110111 |
Color Harmonies of #A1A375
Complementary color
Monochromatic Colors of #A1A375
Black with #A1A375
Text Example
Text Example
White with #A1A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A375; }
p { color: rgb(161,163,117); }
H1.HeaderClassName
{
color: #A1A375;
}
.AnyTagClassName
{
color: #A1A375;
}
</style>
background-color css
<style>
a { background-color: #A1A375; }
a { background-color: rgb(161,163,117); }
div.DivClassName
{
background-color: #A1A375;
}
.BgClassName
{
background-color: #A1A375;
}
</style>
border-color css
<style>
span { border-color: #A1A375; }
span { border-color: rgb(161,163,117); }
td.TdClassName
{
border-color: #A1A375;
}
.TagClassName
{
border-color: #A1A375;
}
</style>