Shades of Locust #A8AE73
Tints of Locust #A8AE73
RGB
CMYK
RGB Variations
Color information
#A8AE73 (or 0xA8AE73) is known color: Locust. HEX triplet: A8, AE and 73. RGB value is (168,174,115). Sum of RGB (Red+Green+Blue) = 168+174+115=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE73 is #57518C. Grayscale: #A5A5A5. Windows color (decimal): -5722509 or 7581352. OLE color: 7581352.
HSL color Cylindrical-coordinate representation of color #A8AE73: hue angle of 66.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8AE73 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 115 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.32 |
| HSL | 66.1º | 0.27% | 0.57% | - |
| HSV(B) | 66.1º | 0.34% | 0.68% | - |
| XYZ | 34.38 | 39.83 | 22.1 | - |
| YUV | 165.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 115 | 0.03 | 0 | 0.34 | 0.32 | 66.1 | 0.27 | 0.57 |
| Hex | A8 | AE | 73 | 3 | 0 | 22 | 20 | 42 | 1B | 39 |
| Octal | 250 | 256 | 163 | 3 | 0 | 42 | 40 | 102 | 33 | 71 |
| Binary | 10101000 | 10101110 | 1110011 | 11 | 0 | 100010 | 100000 | 1000010 | 11011 | 111001 |
Color Harmonies of #A8AE73
Complementary color
Monochromatic Colors of #A8AE73
Black with #A8AE73
Text Example
Text Example
White with #A8AE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE73; }
p { color: rgb(168,174,115); }
H1.HeaderClassName
{
color: #A8AE73;
}
.AnyTagClassName
{
color: #A8AE73;
}
</style>
background-color css
<style>
a { background-color: #A8AE73; }
a { background-color: rgb(168,174,115); }
div.DivClassName
{
background-color: #A8AE73;
}
.BgClassName
{
background-color: #A8AE73;
}
</style>
border-color css
<style>
span { border-color: #A8AE73; }
span { border-color: rgb(168,174,115); }
td.TdClassName
{
border-color: #A8AE73;
}
.TagClassName
{
border-color: #A8AE73;
}
</style>