Shades of Locust #A7B17C
Tints of Locust #A7B17C
RGB
CMYK
RGB Variations
Color information
#A7B17C (or 0xA7B17C) is known color: Locust. HEX triplet: A7, B1 and 7C. RGB value is (167,177,124). Sum of RGB (Red+Green+Blue) = 167+177+124=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B17C is #584E83. Grayscale: #A8A8A8. Windows color (decimal): -5787268 or 8171943. OLE color: 8171943.
HSL color Cylindrical-coordinate representation of color #A7B17C: hue angle of 71.32º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7B17C is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 124 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.31 |
| HSL | 71.32º | 0.25% | 0.59% | - |
| HSV(B) | 71.32º | 0.3% | 0.69% | - |
| XYZ | 35.3 | 41.12 | 25.14 | - |
| YUV | 167.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 124 | 0.06 | 0 | 0.30 | 0.31 | 71.32 | 0.25 | 0.59 |
| Hex | A7 | B1 | 7C | 6 | 0 | 1E | 1F | 47 | 19 | 3B |
| Octal | 247 | 261 | 174 | 6 | 0 | 36 | 37 | 107 | 31 | 73 |
| Binary | 10100111 | 10110001 | 1111100 | 110 | 0 | 11110 | 11111 | 1000111 | 11001 | 111011 |
Color Harmonies of #A7B17C
Complementary color
Monochromatic Colors of #A7B17C
Black with #A7B17C
Text Example
Text Example
White with #A7B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B17C; }
p { color: rgb(167,177,124); }
H1.HeaderClassName
{
color: #A7B17C;
}
.AnyTagClassName
{
color: #A7B17C;
}
</style>
background-color css
<style>
a { background-color: #A7B17C; }
a { background-color: rgb(167,177,124); }
div.DivClassName
{
background-color: #A7B17C;
}
.BgClassName
{
background-color: #A7B17C;
}
</style>
border-color css
<style>
span { border-color: #A7B17C; }
span { border-color: rgb(167,177,124); }
td.TdClassName
{
border-color: #A7B17C;
}
.TagClassName
{
border-color: #A7B17C;
}
</style>