Shades of Locust #A7B17E
Tints of Locust #A7B17E
RGB
CMYK
RGB Variations
Color information
#A7B17E (or 0xA7B17E) is known color: Locust. HEX triplet: A7, B1 and 7E. RGB value is (167,177,126). Sum of RGB (Red+Green+Blue) = 167+177+126=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B17E is #584E81. Grayscale: #A8A8A8. Windows color (decimal): -5787266 or 8303015. OLE color: 8303015.
HSL color Cylindrical-coordinate representation of color #A7B17E: hue angle of 71.76º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B17E is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 126 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.31 |
| HSL | 71.76º | 0.25% | 0.59% | - |
| HSV(B) | 71.76º | 0.29% | 0.69% | - |
| XYZ | 35.42 | 41.17 | 25.82 | - |
| YUV | 168.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 126 | 0.06 | 0 | 0.29 | 0.31 | 71.76 | 0.25 | 0.59 |
| Hex | A7 | B1 | 7E | 6 | 0 | 1D | 1F | 48 | 19 | 3B |
| Octal | 247 | 261 | 176 | 6 | 0 | 35 | 37 | 110 | 31 | 73 |
| Binary | 10100111 | 10110001 | 1111110 | 110 | 0 | 11101 | 11111 | 1001000 | 11001 | 111011 |
Color Harmonies of #A7B17E
Complementary color
Monochromatic Colors of #A7B17E
Black with #A7B17E
Text Example
Text Example
White with #A7B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B17E; }
p { color: rgb(167,177,126); }
H1.HeaderClassName
{
color: #A7B17E;
}
.AnyTagClassName
{
color: #A7B17E;
}
</style>
background-color css
<style>
a { background-color: #A7B17E; }
a { background-color: rgb(167,177,126); }
div.DivClassName
{
background-color: #A7B17E;
}
.BgClassName
{
background-color: #A7B17E;
}
</style>
border-color css
<style>
span { border-color: #A7B17E; }
span { border-color: rgb(167,177,126); }
td.TdClassName
{
border-color: #A7B17E;
}
.TagClassName
{
border-color: #A7B17E;
}
</style>