Shades of Locust #A7B17D
Tints of Locust #A7B17D
RGB
CMYK
RGB Variations
Color information
#A7B17D (or 0xA7B17D) is known color: Locust. HEX triplet: A7, B1 and 7D. RGB value is (167,177,125). Sum of RGB (Red+Green+Blue) = 167+177+125=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B17D is #584E82. Grayscale: #A8A8A8. Windows color (decimal): -5787267 or 8237479. OLE color: 8237479.
HSL color Cylindrical-coordinate representation of color #A7B17D: hue angle of 71.54º 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 #A7B17D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 125 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.31 |
| HSL | 71.54º | 0.25% | 0.59% | - |
| HSV(B) | 71.54º | 0.29% | 0.69% | - |
| XYZ | 35.36 | 41.14 | 25.48 | - |
| YUV | 168.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 125 | 0.06 | 0 | 0.29 | 0.31 | 71.54 | 0.25 | 0.59 |
| Hex | A7 | B1 | 7D | 6 | 0 | 1D | 1F | 48 | 19 | 3B |
| Octal | 247 | 261 | 175 | 6 | 0 | 35 | 37 | 110 | 31 | 73 |
| Binary | 10100111 | 10110001 | 1111101 | 110 | 0 | 11101 | 11111 | 1001000 | 11001 | 111011 |
Color Harmonies of #A7B17D
Complementary color
Monochromatic Colors of #A7B17D
Black with #A7B17D
Text Example
Text Example
White with #A7B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B17D; }
p { color: rgb(167,177,125); }
H1.HeaderClassName
{
color: #A7B17D;
}
.AnyTagClassName
{
color: #A7B17D;
}
</style>
background-color css
<style>
a { background-color: #A7B17D; }
a { background-color: rgb(167,177,125); }
div.DivClassName
{
background-color: #A7B17D;
}
.BgClassName
{
background-color: #A7B17D;
}
</style>
border-color css
<style>
span { border-color: #A7B17D; }
span { border-color: rgb(167,177,125); }
td.TdClassName
{
border-color: #A7B17D;
}
.TagClassName
{
border-color: #A7B17D;
}
</style>