Shades of Locust #A5A976
Tints of Locust #A5A976
RGB
CMYK
RGB Variations
Color information
#A5A976 (or 0xA5A976) is known color: Locust. HEX triplet: A5, A9 and 76. RGB value is (165,169,118). Sum of RGB (Red+Green+Blue) = 165+169+118=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A976 is #5A5689. Grayscale: #A2A2A2. Windows color (decimal): -5920394 or 7776677. OLE color: 7776677.
HSL color Cylindrical-coordinate representation of color #A5A976: hue angle of 64.71º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5A976 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 118 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.34 |
| HSL | 64.71º | 0.23% | 0.56% | - |
| HSV(B) | 64.71º | 0.3% | 0.66% | - |
| XYZ | 32.98 | 37.68 | 22.68 | - |
| YUV | 161.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 118 | 0.02 | 0 | 0.30 | 0.34 | 64.71 | 0.23 | 0.56 |
| Hex | A5 | A9 | 76 | 2 | 0 | 1E | 22 | 41 | 17 | 38 |
| Octal | 245 | 251 | 166 | 2 | 0 | 36 | 42 | 101 | 27 | 70 |
| Binary | 10100101 | 10101001 | 1110110 | 10 | 0 | 11110 | 100010 | 1000001 | 10111 | 111000 |
Color Harmonies of #A5A976
Complementary color
Monochromatic Colors of #A5A976
Black with #A5A976
Text Example
Text Example
White with #A5A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A976; }
p { color: rgb(165,169,118); }
H1.HeaderClassName
{
color: #A5A976;
}
.AnyTagClassName
{
color: #A5A976;
}
</style>
background-color css
<style>
a { background-color: #A5A976; }
a { background-color: rgb(165,169,118); }
div.DivClassName
{
background-color: #A5A976;
}
.BgClassName
{
background-color: #A5A976;
}
</style>
border-color css
<style>
span { border-color: #A5A976; }
span { border-color: rgb(165,169,118); }
td.TdClassName
{
border-color: #A5A976;
}
.TagClassName
{
border-color: #A5A976;
}
</style>