Shades of Locust #A3AD78
Tints of Locust #A3AD78
RGB
CMYK
RGB Variations
Color information
#A3AD78 (or 0xA3AD78) is known color: Locust. HEX triplet: A3, AD and 78. RGB value is (163,173,120). Sum of RGB (Red+Green+Blue) = 163+173+120=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD78 is #5C5287. Grayscale: #A4A4A4. Windows color (decimal): -6050440 or 7908771. OLE color: 7908771.
HSL color Cylindrical-coordinate representation of color #A3AD78: hue angle of 71.32º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3AD78 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 120 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.32 |
| HSL | 71.32º | 0.24% | 0.57% | - |
| HSV(B) | 71.32º | 0.31% | 0.68% | - |
| XYZ | 33.44 | 39.03 | 23.54 | - |
| YUV | 163.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 120 | 0.06 | 0 | 0.31 | 0.32 | 71.32 | 0.24 | 0.57 |
| Hex | A3 | AD | 78 | 6 | 0 | 1F | 20 | 47 | 18 | 39 |
| Octal | 243 | 255 | 170 | 6 | 0 | 37 | 40 | 107 | 30 | 71 |
| Binary | 10100011 | 10101101 | 1111000 | 110 | 0 | 11111 | 100000 | 1000111 | 11000 | 111001 |
Color Harmonies of #A3AD78
Complementary color
Monochromatic Colors of #A3AD78
Black with #A3AD78
Text Example
Text Example
White with #A3AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD78; }
p { color: rgb(163,173,120); }
H1.HeaderClassName
{
color: #A3AD78;
}
.AnyTagClassName
{
color: #A3AD78;
}
</style>
background-color css
<style>
a { background-color: #A3AD78; }
a { background-color: rgb(163,173,120); }
div.DivClassName
{
background-color: #A3AD78;
}
.BgClassName
{
background-color: #A3AD78;
}
</style>
border-color css
<style>
span { border-color: #A3AD78; }
span { border-color: rgb(163,173,120); }
td.TdClassName
{
border-color: #A3AD78;
}
.TagClassName
{
border-color: #A3AD78;
}
</style>