Shades of Locust #A3AF78
Tints of Locust #A3AF78
RGB
CMYK
RGB Variations
Color information
#A3AF78 (or 0xA3AF78) is known color: Locust. HEX triplet: A3, AF and 78. RGB value is (163,175,120). Sum of RGB (Red+Green+Blue) = 163+175+120=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF78 is #5C5087. Grayscale: #A5A5A5. Windows color (decimal): -6049928 or 7909283. OLE color: 7909283.
HSL color Cylindrical-coordinate representation of color #A3AF78: hue angle of 73.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3AF78 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 120 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.31 |
| HSL | 73.09º | 0.26% | 0.58% | - |
| HSV(B) | 73.09º | 0.31% | 0.69% | - |
| XYZ | 33.82 | 39.8 | 23.67 | - |
| YUV | 165.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 120 | 0.07 | 0 | 0.31 | 0.31 | 73.09 | 0.26 | 0.58 |
| Hex | A3 | AF | 78 | 7 | 0 | 1F | 1F | 49 | 1A | 3A |
| Octal | 243 | 257 | 170 | 7 | 0 | 37 | 37 | 111 | 32 | 72 |
| Binary | 10100011 | 10101111 | 1111000 | 111 | 0 | 11111 | 11111 | 1001001 | 11010 | 111010 |
Color Harmonies of #A3AF78
Complementary color
Monochromatic Colors of #A3AF78
Black with #A3AF78
Text Example
Text Example
White with #A3AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF78; }
p { color: rgb(163,175,120); }
H1.HeaderClassName
{
color: #A3AF78;
}
.AnyTagClassName
{
color: #A3AF78;
}
</style>
background-color css
<style>
a { background-color: #A3AF78; }
a { background-color: rgb(163,175,120); }
div.DivClassName
{
background-color: #A3AF78;
}
.BgClassName
{
background-color: #A3AF78;
}
</style>
border-color css
<style>
span { border-color: #A3AF78; }
span { border-color: rgb(163,175,120); }
td.TdClassName
{
border-color: #A3AF78;
}
.TagClassName
{
border-color: #A3AF78;
}
</style>