Shades of Locust #A3AD80
Tints of Locust #A3AD80
RGB
CMYK
RGB Variations
Color information
#A3AD80 (or 0xA3AD80) is known color: Locust. HEX triplet: A3, AD and 80. RGB value is (163,173,128). Sum of RGB (Red+Green+Blue) = 163+173+128=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD80 is #5C527F. Grayscale: #A5A5A5. Windows color (decimal): -6050432 or 8433059. OLE color: 8433059.
HSL color Cylindrical-coordinate representation of color #A3AD80: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3AD80 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 128 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.32 |
| HSL | 73.33º | 0.22% | 0.59% | - |
| HSV(B) | 73.33º | 0.26% | 0.68% | - |
| XYZ | 33.94 | 39.23 | 26.21 | - |
| YUV | 164.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 128 | 0.06 | 0 | 0.26 | 0.32 | 73.33 | 0.22 | 0.59 |
| Hex | A3 | AD | 80 | 6 | 0 | 1A | 20 | 49 | 16 | 3B |
| Octal | 243 | 255 | 200 | 6 | 0 | 32 | 40 | 111 | 26 | 73 |
| Binary | 10100011 | 10101101 | 10000000 | 110 | 0 | 11010 | 100000 | 1001001 | 10110 | 111011 |
Color Harmonies of #A3AD80
Complementary color
Monochromatic Colors of #A3AD80
Black with #A3AD80
Text Example
Text Example
White with #A3AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD80; }
p { color: rgb(163,173,128); }
H1.HeaderClassName
{
color: #A3AD80;
}
.AnyTagClassName
{
color: #A3AD80;
}
</style>
background-color css
<style>
a { background-color: #A3AD80; }
a { background-color: rgb(163,173,128); }
div.DivClassName
{
background-color: #A3AD80;
}
.BgClassName
{
background-color: #A3AD80;
}
</style>
border-color css
<style>
span { border-color: #A3AD80; }
span { border-color: rgb(163,173,128); }
td.TdClassName
{
border-color: #A3AD80;
}
.TagClassName
{
border-color: #A3AD80;
}
</style>