Shades of Locust #A5A775
Tints of Locust #A5A775
RGB
CMYK
RGB Variations
Color information
#A5A775 (or 0xA5A775) is known color: Locust. HEX triplet: A5, A7 and 75. RGB value is (165,167,117). Sum of RGB (Red+Green+Blue) = 165+167+117=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A775 is #5A588A. Grayscale: #A0A0A0. Windows color (decimal): -5920907 or 7710629. OLE color: 7710629.
HSL color Cylindrical-coordinate representation of color #A5A775: hue angle of 62.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5A775 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 117 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.35 |
| HSL | 62.4º | 0.22% | 0.56% | - |
| HSV(B) | 62.4º | 0.3% | 0.65% | - |
| XYZ | 32.55 | 36.92 | 22.24 | - |
| YUV | 160.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 117 | 0.01 | 0 | 0.30 | 0.35 | 62.4 | 0.22 | 0.56 |
| Hex | A5 | A7 | 75 | 1 | 0 | 1E | 23 | 3E | 16 | 38 |
| Octal | 245 | 247 | 165 | 1 | 0 | 36 | 43 | 76 | 26 | 70 |
| Binary | 10100101 | 10100111 | 1110101 | 1 | 0 | 11110 | 100011 | 111110 | 10110 | 111000 |
Color Harmonies of #A5A775
Complementary color
Monochromatic Colors of #A5A775
Black with #A5A775
Text Example
Text Example
White with #A5A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A775; }
p { color: rgb(165,167,117); }
H1.HeaderClassName
{
color: #A5A775;
}
.AnyTagClassName
{
color: #A5A775;
}
</style>
background-color css
<style>
a { background-color: #A5A775; }
a { background-color: rgb(165,167,117); }
div.DivClassName
{
background-color: #A5A775;
}
.BgClassName
{
background-color: #A5A775;
}
</style>
border-color css
<style>
span { border-color: #A5A775; }
span { border-color: rgb(165,167,117); }
td.TdClassName
{
border-color: #A5A775;
}
.TagClassName
{
border-color: #A5A775;
}
</style>