Shades of Locust #A0A175
Tints of Locust #A0A175
RGB
CMYK
RGB Variations
Color information
#A0A175 (or 0xA0A175) is known color: Locust. HEX triplet: A0, A1 and 75. RGB value is (160,161,117). Sum of RGB (Red+Green+Blue) = 160+161+117=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A175 is #5F5E8A. Grayscale: #9B9B9B. Windows color (decimal): -6250123 or 7709088. OLE color: 7709088.
HSL color Cylindrical-coordinate representation of color #A0A175: hue angle of 61.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0A175 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 117 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.37 |
| HSL | 61.36º | 0.19% | 0.55% | - |
| HSV(B) | 61.36º | 0.27% | 0.63% | - |
| XYZ | 30.45 | 34.25 | 21.84 | - |
| YUV | 155.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 117 | 0.01 | 0 | 0.27 | 0.37 | 61.36 | 0.19 | 0.55 |
| Hex | A0 | A1 | 75 | 1 | 0 | 1B | 25 | 3D | 13 | 37 |
| Octal | 240 | 241 | 165 | 1 | 0 | 33 | 45 | 75 | 23 | 67 |
| Binary | 10100000 | 10100001 | 1110101 | 1 | 0 | 11011 | 100101 | 111101 | 10011 | 110111 |
Color Harmonies of #A0A175
Complementary color
Monochromatic Colors of #A0A175
Black with #A0A175
Text Example
Text Example
White with #A0A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A175; }
p { color: rgb(160,161,117); }
H1.HeaderClassName
{
color: #A0A175;
}
.AnyTagClassName
{
color: #A0A175;
}
</style>
background-color css
<style>
a { background-color: #A0A175; }
a { background-color: rgb(160,161,117); }
div.DivClassName
{
background-color: #A0A175;
}
.BgClassName
{
background-color: #A0A175;
}
</style>
border-color css
<style>
span { border-color: #A0A175; }
span { border-color: rgb(160,161,117); }
td.TdClassName
{
border-color: #A0A175;
}
.TagClassName
{
border-color: #A0A175;
}
</style>