Shades of Locust #A3AB77
Tints of Locust #A3AB77
RGB
CMYK
RGB Variations
Color information
#A3AB77 (or 0xA3AB77) is known color: Locust. HEX triplet: A3, AB and 77. RGB value is (163,171,119). Sum of RGB (Red+Green+Blue) = 163+171+119=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB77 is #5C5488. Grayscale: #A2A2A2. Windows color (decimal): -6050953 or 7842723. OLE color: 7842723.
HSL color Cylindrical-coordinate representation of color #A3AB77: hue angle of 69.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3AB77 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 119 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.33 |
| HSL | 69.23º | 0.24% | 0.57% | - |
| HSV(B) | 69.23º | 0.3% | 0.67% | - |
| XYZ | 33 | 38.24 | 23.1 | - |
| YUV | 162.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 119 | 0.05 | 0 | 0.30 | 0.33 | 69.23 | 0.24 | 0.57 |
| Hex | A3 | AB | 77 | 5 | 0 | 1E | 21 | 45 | 18 | 39 |
| Octal | 243 | 253 | 167 | 5 | 0 | 36 | 41 | 105 | 30 | 71 |
| Binary | 10100011 | 10101011 | 1110111 | 101 | 0 | 11110 | 100001 | 1000101 | 11000 | 111001 |
Color Harmonies of #A3AB77
Complementary color
Monochromatic Colors of #A3AB77
Black with #A3AB77
Text Example
Text Example
White with #A3AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB77; }
p { color: rgb(163,171,119); }
H1.HeaderClassName
{
color: #A3AB77;
}
.AnyTagClassName
{
color: #A3AB77;
}
</style>
background-color css
<style>
a { background-color: #A3AB77; }
a { background-color: rgb(163,171,119); }
div.DivClassName
{
background-color: #A3AB77;
}
.BgClassName
{
background-color: #A3AB77;
}
</style>
border-color css
<style>
span { border-color: #A3AB77; }
span { border-color: rgb(163,171,119); }
td.TdClassName
{
border-color: #A3AB77;
}
.TagClassName
{
border-color: #A3AB77;
}
</style>