Shades of Locust #A5B179
Tints of Locust #A5B179
RGB
CMYK
RGB Variations
Color information
#A5B179 (or 0xA5B179) is known color: Locust. HEX triplet: A5, B1 and 79. RGB value is (165,177,121). Sum of RGB (Red+Green+Blue) = 165+177+121=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B179 is #5A4E86. Grayscale: #A7A7A7. Windows color (decimal): -5918343 or 7975333. OLE color: 7975333.
HSL color Cylindrical-coordinate representation of color #A5B179: hue angle of 72.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5B179 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 121 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.31 |
| HSL | 72.86º | 0.26% | 0.58% | - |
| HSV(B) | 72.86º | 0.32% | 0.69% | - |
| XYZ | 34.69 | 40.82 | 24.14 | - |
| YUV | 167.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 121 | 0.07 | 0 | 0.32 | 0.31 | 72.86 | 0.26 | 0.58 |
| Hex | A5 | B1 | 79 | 7 | 0 | 20 | 1F | 49 | 1A | 3A |
| Octal | 245 | 261 | 171 | 7 | 0 | 40 | 37 | 111 | 32 | 72 |
| Binary | 10100101 | 10110001 | 1111001 | 111 | 0 | 100000 | 11111 | 1001001 | 11010 | 111010 |
Color Harmonies of #A5B179
Complementary color
Monochromatic Colors of #A5B179
Black with #A5B179
Text Example
Text Example
White with #A5B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B179; }
p { color: rgb(165,177,121); }
H1.HeaderClassName
{
color: #A5B179;
}
.AnyTagClassName
{
color: #A5B179;
}
</style>
background-color css
<style>
a { background-color: #A5B179; }
a { background-color: rgb(165,177,121); }
div.DivClassName
{
background-color: #A5B179;
}
.BgClassName
{
background-color: #A5B179;
}
</style>
border-color css
<style>
span { border-color: #A5B179; }
span { border-color: rgb(165,177,121); }
td.TdClassName
{
border-color: #A5B179;
}
.TagClassName
{
border-color: #A5B179;
}
</style>