Shades of Locust #A3AB78
Tints of Locust #A3AB78
RGB
CMYK
RGB Variations
Color information
#A3AB78 (or 0xA3AB78) is known color: Locust. HEX triplet: A3, AB and 78. RGB value is (163,171,120). Sum of RGB (Red+Green+Blue) = 163+171+120=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB78 is #5C5487. Grayscale: #A2A2A2. Windows color (decimal): -6050952 or 7908259. OLE color: 7908259.
HSL color Cylindrical-coordinate representation of color #A3AB78: hue angle of 69.41º degrees, saturation: 0.23, 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 #A3AB78 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 120 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.33 |
| HSL | 69.41º | 0.23% | 0.57% | - |
| HSV(B) | 69.41º | 0.3% | 0.67% | - |
| XYZ | 33.06 | 38.27 | 23.41 | - |
| YUV | 162.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 120 | 0.05 | 0 | 0.30 | 0.33 | 69.41 | 0.23 | 0.57 |
| Hex | A3 | AB | 78 | 5 | 0 | 1E | 21 | 45 | 17 | 39 |
| Octal | 243 | 253 | 170 | 5 | 0 | 36 | 41 | 105 | 27 | 71 |
| Binary | 10100011 | 10101011 | 1111000 | 101 | 0 | 11110 | 100001 | 1000101 | 10111 | 111001 |
Color Harmonies of #A3AB78
Complementary color
Monochromatic Colors of #A3AB78
Black with #A3AB78
Text Example
Text Example
White with #A3AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB78; }
p { color: rgb(163,171,120); }
H1.HeaderClassName
{
color: #A3AB78;
}
.AnyTagClassName
{
color: #A3AB78;
}
</style>
background-color css
<style>
a { background-color: #A3AB78; }
a { background-color: rgb(163,171,120); }
div.DivClassName
{
background-color: #A3AB78;
}
.BgClassName
{
background-color: #A3AB78;
}
</style>
border-color css
<style>
span { border-color: #A3AB78; }
span { border-color: rgb(163,171,120); }
td.TdClassName
{
border-color: #A3AB78;
}
.TagClassName
{
border-color: #A3AB78;
}
</style>