Shades of Locust #A5B078
Tints of Locust #A5B078
RGB
CMYK
RGB Variations
Color information
#A5B078 (or 0xA5B078) is known color: Locust. HEX triplet: A5, B0 and 78. RGB value is (165,176,120). Sum of RGB (Red+Green+Blue) = 165+176+120=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B078 is #5A4F87. Grayscale: #A6A6A6. Windows color (decimal): -5918600 or 7909541. OLE color: 7909541.
HSL color Cylindrical-coordinate representation of color #A5B078: hue angle of 71.79º 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 #A5B078 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 120 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.31 |
| HSL | 71.79º | 0.26% | 0.58% | - |
| HSV(B) | 71.79º | 0.32% | 0.69% | - |
| XYZ | 34.43 | 40.41 | 23.75 | - |
| YUV | 166.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 120 | 0.06 | 0 | 0.32 | 0.31 | 71.79 | 0.26 | 0.58 |
| Hex | A5 | B0 | 78 | 6 | 0 | 20 | 1F | 48 | 1A | 3A |
| Octal | 245 | 260 | 170 | 6 | 0 | 40 | 37 | 110 | 32 | 72 |
| Binary | 10100101 | 10110000 | 1111000 | 110 | 0 | 100000 | 11111 | 1001000 | 11010 | 111010 |
Color Harmonies of #A5B078
Complementary color
Monochromatic Colors of #A5B078
Black with #A5B078
Text Example
Text Example
White with #A5B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B078; }
p { color: rgb(165,176,120); }
H1.HeaderClassName
{
color: #A5B078;
}
.AnyTagClassName
{
color: #A5B078;
}
</style>
background-color css
<style>
a { background-color: #A5B078; }
a { background-color: rgb(165,176,120); }
div.DivClassName
{
background-color: #A5B078;
}
.BgClassName
{
background-color: #A5B078;
}
</style>
border-color css
<style>
span { border-color: #A5B078; }
span { border-color: rgb(165,176,120); }
td.TdClassName
{
border-color: #A5B078;
}
.TagClassName
{
border-color: #A5B078;
}
</style>