Shades of Locust #A3AD75
Tints of Locust #A3AD75
RGB
CMYK
RGB Variations
Color information
#A3AD75 (or 0xA3AD75) is known color: Locust. HEX triplet: A3, AD and 75. RGB value is (163,173,117). Sum of RGB (Red+Green+Blue) = 163+173+117=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD75 is #5C528A. Grayscale: #A3A3A3. Windows color (decimal): -6050443 or 7712163. OLE color: 7712163.
HSL color Cylindrical-coordinate representation of color #A3AD75: hue angle of 70.71º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3AD75 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 117 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.32 |
| HSL | 70.71º | 0.25% | 0.57% | - |
| HSV(B) | 70.71º | 0.32% | 0.68% | - |
| XYZ | 33.26 | 38.96 | 22.6 | - |
| YUV | 163.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 117 | 0.06 | 0 | 0.32 | 0.32 | 70.71 | 0.25 | 0.57 |
| Hex | A3 | AD | 75 | 6 | 0 | 20 | 20 | 47 | 19 | 39 |
| Octal | 243 | 255 | 165 | 6 | 0 | 40 | 40 | 107 | 31 | 71 |
| Binary | 10100011 | 10101101 | 1110101 | 110 | 0 | 100000 | 100000 | 1000111 | 11001 | 111001 |
Color Harmonies of #A3AD75
Complementary color
Monochromatic Colors of #A3AD75
Black with #A3AD75
Text Example
Text Example
White with #A3AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD75; }
p { color: rgb(163,173,117); }
H1.HeaderClassName
{
color: #A3AD75;
}
.AnyTagClassName
{
color: #A3AD75;
}
</style>
background-color css
<style>
a { background-color: #A3AD75; }
a { background-color: rgb(163,173,117); }
div.DivClassName
{
background-color: #A3AD75;
}
.BgClassName
{
background-color: #A3AD75;
}
</style>
border-color css
<style>
span { border-color: #A3AD75; }
span { border-color: rgb(163,173,117); }
td.TdClassName
{
border-color: #A3AD75;
}
.TagClassName
{
border-color: #A3AD75;
}
</style>