Shades of Locust #A3AB7E
Tints of Locust #A3AB7E
RGB
CMYK
RGB Variations
Color information
#A3AB7E (or 0xA3AB7E) is known color: Locust. HEX triplet: A3, AB and 7E. RGB value is (163,171,126). Sum of RGB (Red+Green+Blue) = 163+171+126=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB7E is #5C5481. Grayscale: #A3A3A3. Windows color (decimal): -6050946 or 8301475. OLE color: 8301475.
HSL color Cylindrical-coordinate representation of color #A3AB7E: hue angle of 70.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3AB7E is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 126 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.33 |
| HSL | 70.67º | 0.21% | 0.58% | - |
| HSV(B) | 70.67º | 0.26% | 0.67% | - |
| XYZ | 33.43 | 38.42 | 25.39 | - |
| YUV | 163.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 126 | 0.05 | 0 | 0.26 | 0.33 | 70.67 | 0.21 | 0.58 |
| Hex | A3 | AB | 7E | 5 | 0 | 1A | 21 | 47 | 15 | 3A |
| Octal | 243 | 253 | 176 | 5 | 0 | 32 | 41 | 107 | 25 | 72 |
| Binary | 10100011 | 10101011 | 1111110 | 101 | 0 | 11010 | 100001 | 1000111 | 10101 | 111010 |
Color Harmonies of #A3AB7E
Complementary color
Monochromatic Colors of #A3AB7E
Black with #A3AB7E
Text Example
Text Example
White with #A3AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB7E; }
p { color: rgb(163,171,126); }
H1.HeaderClassName
{
color: #A3AB7E;
}
.AnyTagClassName
{
color: #A3AB7E;
}
</style>
background-color css
<style>
a { background-color: #A3AB7E; }
a { background-color: rgb(163,171,126); }
div.DivClassName
{
background-color: #A3AB7E;
}
.BgClassName
{
background-color: #A3AB7E;
}
</style>
border-color css
<style>
span { border-color: #A3AB7E; }
span { border-color: rgb(163,171,126); }
td.TdClassName
{
border-color: #A3AB7E;
}
.TagClassName
{
border-color: #A3AB7E;
}
</style>