Shades of Locust #A1AD79
Tints of Locust #A1AD79
RGB
CMYK
RGB Variations
Color information
#A1AD79 (or 0xA1AD79) is known color: Locust. HEX triplet: A1, AD and 79. RGB value is (161,173,121). Sum of RGB (Red+Green+Blue) = 161+173+121=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD79 is #5E5286. Grayscale: #A3A3A3. Windows color (decimal): -6181511 or 7974305. OLE color: 7974305.
HSL color Cylindrical-coordinate representation of color #A1AD79: hue angle of 73.85º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AD79 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 121 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.32 |
| HSL | 73.85º | 0.24% | 0.58% | - |
| HSV(B) | 73.85º | 0.3% | 0.68% | - |
| XYZ | 33.09 | 38.84 | 23.84 | - |
| YUV | 163.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 121 | 0.07 | 0 | 0.30 | 0.32 | 73.85 | 0.24 | 0.58 |
| Hex | A1 | AD | 79 | 7 | 0 | 1E | 20 | 4A | 18 | 3A |
| Octal | 241 | 255 | 171 | 7 | 0 | 36 | 40 | 112 | 30 | 72 |
| Binary | 10100001 | 10101101 | 1111001 | 111 | 0 | 11110 | 100000 | 1001010 | 11000 | 111010 |
Color Harmonies of #A1AD79
Complementary color
Monochromatic Colors of #A1AD79
Black with #A1AD79
Text Example
Text Example
White with #A1AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD79; }
p { color: rgb(161,173,121); }
H1.HeaderClassName
{
color: #A1AD79;
}
.AnyTagClassName
{
color: #A1AD79;
}
</style>
background-color css
<style>
a { background-color: #A1AD79; }
a { background-color: rgb(161,173,121); }
div.DivClassName
{
background-color: #A1AD79;
}
.BgClassName
{
background-color: #A1AD79;
}
</style>
border-color css
<style>
span { border-color: #A1AD79; }
span { border-color: rgb(161,173,121); }
td.TdClassName
{
border-color: #A1AD79;
}
.TagClassName
{
border-color: #A1AD79;
}
</style>