Shades of Locust #A1A778
Tints of Locust #A1A778
RGB
CMYK
RGB Variations
Color information
#A1A778 (or 0xA1A778) is known color: Locust. HEX triplet: A1, A7 and 78. RGB value is (161,167,120). Sum of RGB (Red+Green+Blue) = 161+167+120=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A778 is #5E5887. Grayscale: #A0A0A0. Windows color (decimal): -6183048 or 7907233. OLE color: 7907233.
HSL color Cylindrical-coordinate representation of color #A1A778: hue angle of 67.66º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1A778 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 120 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.35 |
| HSL | 67.66º | 0.21% | 0.56% | - |
| HSV(B) | 67.66º | 0.28% | 0.65% | - |
| XYZ | 31.91 | 36.57 | 23.15 | - |
| YUV | 159.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 120 | 0.04 | 0 | 0.28 | 0.35 | 67.66 | 0.21 | 0.56 |
| Hex | A1 | A7 | 78 | 4 | 0 | 1C | 23 | 44 | 15 | 38 |
| Octal | 241 | 247 | 170 | 4 | 0 | 34 | 43 | 104 | 25 | 70 |
| Binary | 10100001 | 10100111 | 1111000 | 100 | 0 | 11100 | 100011 | 1000100 | 10101 | 111000 |
Color Harmonies of #A1A778
Complementary color
Monochromatic Colors of #A1A778
Black with #A1A778
Text Example
Text Example
White with #A1A778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A778; }
p { color: rgb(161,167,120); }
H1.HeaderClassName
{
color: #A1A778;
}
.AnyTagClassName
{
color: #A1A778;
}
</style>
background-color css
<style>
a { background-color: #A1A778; }
a { background-color: rgb(161,167,120); }
div.DivClassName
{
background-color: #A1A778;
}
.BgClassName
{
background-color: #A1A778;
}
</style>
border-color css
<style>
span { border-color: #A1A778; }
span { border-color: rgb(161,167,120); }
td.TdClassName
{
border-color: #A1A778;
}
.TagClassName
{
border-color: #A1A778;
}
</style>