Shades of Locust #A1A675
Tints of Locust #A1A675
RGB
CMYK
RGB Variations
Color information
#A1A675 (or 0xA1A675) is known color: Locust. HEX triplet: A1, A6 and 75. RGB value is (161,166,117). Sum of RGB (Red+Green+Blue) = 161+166+117=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A675 is #5E598A. Grayscale: #9F9F9F. Windows color (decimal): -6183307 or 7710369. OLE color: 7710369.
HSL color Cylindrical-coordinate representation of color #A1A675: hue angle of 66.12º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1A675 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 117 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.35 |
| HSL | 66.12º | 0.22% | 0.55% | - |
| HSV(B) | 66.12º | 0.3% | 0.65% | - |
| XYZ | 31.55 | 36.13 | 22.14 | - |
| YUV | 158.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 117 | 0.03 | 0 | 0.30 | 0.35 | 66.12 | 0.22 | 0.55 |
| Hex | A1 | A6 | 75 | 3 | 0 | 1E | 23 | 42 | 16 | 37 |
| Octal | 241 | 246 | 165 | 3 | 0 | 36 | 43 | 102 | 26 | 67 |
| Binary | 10100001 | 10100110 | 1110101 | 11 | 0 | 11110 | 100011 | 1000010 | 10110 | 110111 |
Color Harmonies of #A1A675
Complementary color
Monochromatic Colors of #A1A675
Black with #A1A675
Text Example
Text Example
White with #A1A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A675; }
p { color: rgb(161,166,117); }
H1.HeaderClassName
{
color: #A1A675;
}
.AnyTagClassName
{
color: #A1A675;
}
</style>
background-color css
<style>
a { background-color: #A1A675; }
a { background-color: rgb(161,166,117); }
div.DivClassName
{
background-color: #A1A675;
}
.BgClassName
{
background-color: #A1A675;
}
</style>
border-color css
<style>
span { border-color: #A1A675; }
span { border-color: rgb(161,166,117); }
td.TdClassName
{
border-color: #A1A675;
}
.TagClassName
{
border-color: #A1A675;
}
</style>