Shades of Locust #A3AC78
Tints of Locust #A3AC78
RGB
CMYK
RGB Variations
Color information
#A3AC78 (or 0xA3AC78) is known color: Locust. HEX triplet: A3, AC and 78. RGB value is (163,172,120). Sum of RGB (Red+Green+Blue) = 163+172+120=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC78 is #5C5387. Grayscale: #A3A3A3. Windows color (decimal): -6050696 or 7908515. OLE color: 7908515.
HSL color Cylindrical-coordinate representation of color #A3AC78: hue angle of 70.38º 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 #A3AC78 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 120 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.33 |
| HSL | 70.38º | 0.24% | 0.57% | - |
| HSV(B) | 70.38º | 0.3% | 0.67% | - |
| XYZ | 33.25 | 38.65 | 23.48 | - |
| YUV | 163.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 120 | 0.05 | 0 | 0.30 | 0.33 | 70.38 | 0.24 | 0.57 |
| Hex | A3 | AC | 78 | 5 | 0 | 1E | 21 | 46 | 18 | 39 |
| Octal | 243 | 254 | 170 | 5 | 0 | 36 | 41 | 106 | 30 | 71 |
| Binary | 10100011 | 10101100 | 1111000 | 101 | 0 | 11110 | 100001 | 1000110 | 11000 | 111001 |
Color Harmonies of #A3AC78
Complementary color
Monochromatic Colors of #A3AC78
Black with #A3AC78
Text Example
Text Example
White with #A3AC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC78; }
p { color: rgb(163,172,120); }
H1.HeaderClassName
{
color: #A3AC78;
}
.AnyTagClassName
{
color: #A3AC78;
}
</style>
background-color css
<style>
a { background-color: #A3AC78; }
a { background-color: rgb(163,172,120); }
div.DivClassName
{
background-color: #A3AC78;
}
.BgClassName
{
background-color: #A3AC78;
}
</style>
border-color css
<style>
span { border-color: #A3AC78; }
span { border-color: rgb(163,172,120); }
td.TdClassName
{
border-color: #A3AC78;
}
.TagClassName
{
border-color: #A3AC78;
}
</style>