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