Shades of Locust #A8B17F
Tints of Locust #A8B17F
RGB
CMYK
RGB Variations
Color information
#A8B17F (or 0xA8B17F) is known color: Locust. HEX triplet: A8, B1 and 7F. RGB value is (168,177,127). Sum of RGB (Red+Green+Blue) = 168+177+127=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B17F is #574E80. Grayscale: #A8A8A8. Windows color (decimal): -5721729 or 8368552. OLE color: 8368552.
HSL color Cylindrical-coordinate representation of color #A8B17F: hue angle of 70.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B17F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 127 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.31 |
| HSL | 70.8º | 0.24% | 0.6% | - |
| HSV(B) | 70.8º | 0.28% | 0.69% | - |
| XYZ | 35.7 | 41.3 | 26.17 | - |
| YUV | 168.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 127 | 0.05 | 0 | 0.28 | 0.31 | 70.8 | 0.24 | 0.6 |
| Hex | A8 | B1 | 7F | 5 | 0 | 1C | 1F | 47 | 18 | 3C |
| Octal | 250 | 261 | 177 | 5 | 0 | 34 | 37 | 107 | 30 | 74 |
| Binary | 10101000 | 10110001 | 1111111 | 101 | 0 | 11100 | 11111 | 1000111 | 11000 | 111100 |
Color Harmonies of #A8B17F
Complementary color
Monochromatic Colors of #A8B17F
Black with #A8B17F
Text Example
Text Example
White with #A8B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B17F; }
p { color: rgb(168,177,127); }
H1.HeaderClassName
{
color: #A8B17F;
}
.AnyTagClassName
{
color: #A8B17F;
}
</style>
background-color css
<style>
a { background-color: #A8B17F; }
a { background-color: rgb(168,177,127); }
div.DivClassName
{
background-color: #A8B17F;
}
.BgClassName
{
background-color: #A8B17F;
}
</style>
border-color css
<style>
span { border-color: #A8B17F; }
span { border-color: rgb(168,177,127); }
td.TdClassName
{
border-color: #A8B17F;
}
.TagClassName
{
border-color: #A8B17F;
}
</style>