Shades of Locust #A3AE77
Tints of Locust #A3AE77
RGB
CMYK
RGB Variations
Color information
#A3AE77 (or 0xA3AE77) is known color: Locust. HEX triplet: A3, AE and 77. RGB value is (163,174,119). Sum of RGB (Red+Green+Blue) = 163+174+119=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AE77 is #5C5188. Grayscale: #A4A4A4. Windows color (decimal): -6050185 or 7843491. OLE color: 7843491.
HSL color Cylindrical-coordinate representation of color #A3AE77: hue angle of 72º 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 #A3AE77 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 119 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.32 |
| HSL | 72º | 0.25% | 0.57% | - |
| HSV(B) | 72º | 0.32% | 0.68% | - |
| XYZ | 33.57 | 39.39 | 23.29 | - |
| YUV | 164.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 119 | 0.06 | 0 | 0.32 | 0.32 | 72 | 0.25 | 0.57 |
| Hex | A3 | AE | 77 | 6 | 0 | 20 | 20 | 48 | 19 | 39 |
| Octal | 243 | 256 | 167 | 6 | 0 | 40 | 40 | 110 | 31 | 71 |
| Binary | 10100011 | 10101110 | 1110111 | 110 | 0 | 100000 | 100000 | 1001000 | 11001 | 111001 |
Color Harmonies of #A3AE77
Complementary color
Monochromatic Colors of #A3AE77
Black with #A3AE77
Text Example
Text Example
White with #A3AE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE77; }
p { color: rgb(163,174,119); }
H1.HeaderClassName
{
color: #A3AE77;
}
.AnyTagClassName
{
color: #A3AE77;
}
</style>
background-color css
<style>
a { background-color: #A3AE77; }
a { background-color: rgb(163,174,119); }
div.DivClassName
{
background-color: #A3AE77;
}
.BgClassName
{
background-color: #A3AE77;
}
</style>
border-color css
<style>
span { border-color: #A3AE77; }
span { border-color: rgb(163,174,119); }
td.TdClassName
{
border-color: #A3AE77;
}
.TagClassName
{
border-color: #A3AE77;
}
</style>