Shades of Locust #A8AE77
Tints of Locust #A8AE77
RGB
CMYK
RGB Variations
Color information
#A8AE77 (or 0xA8AE77) is known color: Locust. HEX triplet: A8, AE and 77. RGB value is (168,174,119). Sum of RGB (Red+Green+Blue) = 168+174+119=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE77 is #575188. Grayscale: #A6A6A6. Windows color (decimal): -5722505 or 7843496. OLE color: 7843496.
HSL color Cylindrical-coordinate representation of color #A8AE77: hue angle of 66.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8AE77 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 119 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.32 |
| HSL | 66.55º | 0.25% | 0.57% | - |
| HSV(B) | 66.55º | 0.32% | 0.68% | - |
| XYZ | 34.61 | 39.93 | 23.34 | - |
| YUV | 165.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 119 | 0.03 | 0 | 0.32 | 0.32 | 66.55 | 0.25 | 0.57 |
| Hex | A8 | AE | 77 | 3 | 0 | 20 | 20 | 43 | 19 | 39 |
| Octal | 250 | 256 | 167 | 3 | 0 | 40 | 40 | 103 | 31 | 71 |
| Binary | 10101000 | 10101110 | 1110111 | 11 | 0 | 100000 | 100000 | 1000011 | 11001 | 111001 |
Color Harmonies of #A8AE77
Complementary color
Monochromatic Colors of #A8AE77
Black with #A8AE77
Text Example
Text Example
White with #A8AE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE77; }
p { color: rgb(168,174,119); }
H1.HeaderClassName
{
color: #A8AE77;
}
.AnyTagClassName
{
color: #A8AE77;
}
</style>
background-color css
<style>
a { background-color: #A8AE77; }
a { background-color: rgb(168,174,119); }
div.DivClassName
{
background-color: #A8AE77;
}
.BgClassName
{
background-color: #A8AE77;
}
</style>
border-color css
<style>
span { border-color: #A8AE77; }
span { border-color: rgb(168,174,119); }
td.TdClassName
{
border-color: #A8AE77;
}
.TagClassName
{
border-color: #A8AE77;
}
</style>