Shades of Locust #A8AF78
Tints of Locust #A8AF78
RGB
CMYK
RGB Variations
Color information
#A8AF78 (or 0xA8AF78) is known color: Locust. HEX triplet: A8, AF and 78. RGB value is (168,175,120). Sum of RGB (Red+Green+Blue) = 168+175+120=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF78 is #575087. Grayscale: #A6A6A6. Windows color (decimal): -5722248 or 7909288. OLE color: 7909288.
HSL color Cylindrical-coordinate representation of color #A8AF78: hue angle of 67.64º 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 #A8AF78 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 120 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.31 |
| HSL | 67.64º | 0.26% | 0.58% | - |
| HSV(B) | 67.64º | 0.31% | 0.69% | - |
| XYZ | 34.87 | 40.34 | 23.72 | - |
| YUV | 166.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 120 | 0.04 | 0 | 0.31 | 0.31 | 67.64 | 0.26 | 0.58 |
| Hex | A8 | AF | 78 | 4 | 0 | 1F | 1F | 44 | 1A | 3A |
| Octal | 250 | 257 | 170 | 4 | 0 | 37 | 37 | 104 | 32 | 72 |
| Binary | 10101000 | 10101111 | 1111000 | 100 | 0 | 11111 | 11111 | 1000100 | 11010 | 111010 |
Color Harmonies of #A8AF78
Complementary color
Monochromatic Colors of #A8AF78
Black with #A8AF78
Text Example
Text Example
White with #A8AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF78; }
p { color: rgb(168,175,120); }
H1.HeaderClassName
{
color: #A8AF78;
}
.AnyTagClassName
{
color: #A8AF78;
}
</style>
background-color css
<style>
a { background-color: #A8AF78; }
a { background-color: rgb(168,175,120); }
div.DivClassName
{
background-color: #A8AF78;
}
.BgClassName
{
background-color: #A8AF78;
}
</style>
border-color css
<style>
span { border-color: #A8AF78; }
span { border-color: rgb(168,175,120); }
td.TdClassName
{
border-color: #A8AF78;
}
.TagClassName
{
border-color: #A8AF78;
}
</style>