Shades of Locust #A1A275
Tints of Locust #A1A275
RGB
CMYK
RGB Variations
Color information
#A1A275 (or 0xA1A275) is known color: Locust. HEX triplet: A1, A2 and 75. RGB value is (161,162,117). Sum of RGB (Red+Green+Blue) = 161+162+117=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A275 is #5E5D8A. Grayscale: #9C9C9C. Windows color (decimal): -6184331 or 7709345. OLE color: 7709345.
HSL color Cylindrical-coordinate representation of color #A1A275: hue angle of 61.33º degrees, saturation: 0.19, 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 #A1A275 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 117 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.36 |
| HSL | 61.33º | 0.19% | 0.55% | - |
| HSV(B) | 61.33º | 0.28% | 0.64% | - |
| XYZ | 30.83 | 34.7 | 21.9 | - |
| YUV | 156.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 117 | 0.01 | 0 | 0.28 | 0.36 | 61.33 | 0.19 | 0.55 |
| Hex | A1 | A2 | 75 | 1 | 0 | 1C | 24 | 3D | 13 | 37 |
| Octal | 241 | 242 | 165 | 1 | 0 | 34 | 44 | 75 | 23 | 67 |
| Binary | 10100001 | 10100010 | 1110101 | 1 | 0 | 11100 | 100100 | 111101 | 10011 | 110111 |
Color Harmonies of #A1A275
Complementary color
Monochromatic Colors of #A1A275
Black with #A1A275
Text Example
Text Example
White with #A1A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A275; }
p { color: rgb(161,162,117); }
H1.HeaderClassName
{
color: #A1A275;
}
.AnyTagClassName
{
color: #A1A275;
}
</style>
background-color css
<style>
a { background-color: #A1A275; }
a { background-color: rgb(161,162,117); }
div.DivClassName
{
background-color: #A1A275;
}
.BgClassName
{
background-color: #A1A275;
}
</style>
border-color css
<style>
span { border-color: #A1A275; }
span { border-color: rgb(161,162,117); }
td.TdClassName
{
border-color: #A1A275;
}
.TagClassName
{
border-color: #A1A275;
}
</style>