Shades of Locust #A5A671
Tints of Locust #A5A671
RGB
CMYK
RGB Variations
Color information
#A5A671 (or 0xA5A671) is known color: Locust. HEX triplet: A5, A6 and 71. RGB value is (165,166,113). Sum of RGB (Red+Green+Blue) = 165+166+113=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A671 is #5A598E. Grayscale: #9F9F9F. Windows color (decimal): -5921167 or 7448229. OLE color: 7448229.
HSL color Cylindrical-coordinate representation of color #A5A671: hue angle of 61.13º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5A671 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 113 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.35 |
| HSL | 61.13º | 0.23% | 0.55% | - |
| HSV(B) | 61.13º | 0.32% | 0.65% | - |
| XYZ | 32.13 | 36.46 | 20.97 | - |
| YUV | 159.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 113 | 0.01 | 0 | 0.32 | 0.35 | 61.13 | 0.23 | 0.55 |
| Hex | A5 | A6 | 71 | 1 | 0 | 20 | 23 | 3D | 17 | 37 |
| Octal | 245 | 246 | 161 | 1 | 0 | 40 | 43 | 75 | 27 | 67 |
| Binary | 10100101 | 10100110 | 1110001 | 1 | 0 | 100000 | 100011 | 111101 | 10111 | 110111 |
Color Harmonies of #A5A671
Complementary color
Monochromatic Colors of #A5A671
Black with #A5A671
Text Example
Text Example
White with #A5A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A671; }
p { color: rgb(165,166,113); }
H1.HeaderClassName
{
color: #A5A671;
}
.AnyTagClassName
{
color: #A5A671;
}
</style>
background-color css
<style>
a { background-color: #A5A671; }
a { background-color: rgb(165,166,113); }
div.DivClassName
{
background-color: #A5A671;
}
.BgClassName
{
background-color: #A5A671;
}
</style>
border-color css
<style>
span { border-color: #A5A671; }
span { border-color: rgb(165,166,113); }
td.TdClassName
{
border-color: #A5A671;
}
.TagClassName
{
border-color: #A5A671;
}
</style>