Shades of Locust #A5AB76
Tints of Locust #A5AB76
RGB
CMYK
RGB Variations
Color information
#A5AB76 (or 0xA5AB76) is known color: Locust. HEX triplet: A5, AB and 76. RGB value is (165,171,118). Sum of RGB (Red+Green+Blue) = 165+171+118=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB76 is #5A5489. Grayscale: #A3A3A3. Windows color (decimal): -5919882 or 7777189. OLE color: 7777189.
HSL color Cylindrical-coordinate representation of color #A5AB76: hue angle of 66.79º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5AB76 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 118 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.33 |
| HSL | 66.79º | 0.24% | 0.57% | - |
| HSV(B) | 66.79º | 0.31% | 0.67% | - |
| XYZ | 33.35 | 38.43 | 22.8 | - |
| YUV | 163.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 118 | 0.04 | 0 | 0.31 | 0.33 | 66.79 | 0.24 | 0.57 |
| Hex | A5 | AB | 76 | 4 | 0 | 1F | 21 | 43 | 18 | 39 |
| Octal | 245 | 253 | 166 | 4 | 0 | 37 | 41 | 103 | 30 | 71 |
| Binary | 10100101 | 10101011 | 1110110 | 100 | 0 | 11111 | 100001 | 1000011 | 11000 | 111001 |
Color Harmonies of #A5AB76
Complementary color
Monochromatic Colors of #A5AB76
Black with #A5AB76
Text Example
Text Example
White with #A5AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB76; }
p { color: rgb(165,171,118); }
H1.HeaderClassName
{
color: #A5AB76;
}
.AnyTagClassName
{
color: #A5AB76;
}
</style>
background-color css
<style>
a { background-color: #A5AB76; }
a { background-color: rgb(165,171,118); }
div.DivClassName
{
background-color: #A5AB76;
}
.BgClassName
{
background-color: #A5AB76;
}
</style>
border-color css
<style>
span { border-color: #A5AB76; }
span { border-color: rgb(165,171,118); }
td.TdClassName
{
border-color: #A5AB76;
}
.TagClassName
{
border-color: #A5AB76;
}
</style>