Shades of Locust #A1A278
Tints of Locust #A1A278
RGB
CMYK
RGB Variations
Color information
#A1A278 (or 0xA1A278) is known color: Locust. HEX triplet: A1, A2 and 78. RGB value is (161,162,120). Sum of RGB (Red+Green+Blue) = 161+162+120=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A278 is #5E5D87. Grayscale: #9D9D9D. Windows color (decimal): -6184328 or 7905953. OLE color: 7905953.
HSL color Cylindrical-coordinate representation of color #A1A278: hue angle of 61.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1A278 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 120 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.36 |
| HSL | 61.43º | 0.18% | 0.55% | - |
| HSV(B) | 61.43º | 0.26% | 0.64% | - |
| XYZ | 31.01 | 34.77 | 22.85 | - |
| YUV | 156.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 120 | 0.01 | 0 | 0.26 | 0.36 | 61.43 | 0.18 | 0.55 |
| Hex | A1 | A2 | 78 | 1 | 0 | 1A | 24 | 3D | 12 | 37 |
| Octal | 241 | 242 | 170 | 1 | 0 | 32 | 44 | 75 | 22 | 67 |
| Binary | 10100001 | 10100010 | 1111000 | 1 | 0 | 11010 | 100100 | 111101 | 10010 | 110111 |
Color Harmonies of #A1A278
Complementary color
Monochromatic Colors of #A1A278
Black with #A1A278
Text Example
Text Example
White with #A1A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A278; }
p { color: rgb(161,162,120); }
H1.HeaderClassName
{
color: #A1A278;
}
.AnyTagClassName
{
color: #A1A278;
}
</style>
background-color css
<style>
a { background-color: #A1A278; }
a { background-color: rgb(161,162,120); }
div.DivClassName
{
background-color: #A1A278;
}
.BgClassName
{
background-color: #A1A278;
}
</style>
border-color css
<style>
span { border-color: #A1A278; }
span { border-color: rgb(161,162,120); }
td.TdClassName
{
border-color: #A1A278;
}
.TagClassName
{
border-color: #A1A278;
}
</style>