Shades of Locust #A8AF7A
Tints of Locust #A8AF7A
RGB
CMYK
RGB Variations
Color information
#A8AF7A (or 0xA8AF7A) is known color: Locust. HEX triplet: A8, AF and 7A. RGB value is (168,175,122). Sum of RGB (Red+Green+Blue) = 168+175+122=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF7A is #575085. Grayscale: #A7A7A7. Windows color (decimal): -5722246 or 8040360. OLE color: 8040360.
HSL color Cylindrical-coordinate representation of color #A8AF7A: hue angle of 67.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8AF7A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 122 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.31 |
| HSL | 67.92º | 0.25% | 0.58% | - |
| HSV(B) | 67.92º | 0.3% | 0.69% | - |
| XYZ | 34.99 | 40.39 | 24.36 | - |
| YUV | 166.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 122 | 0.04 | 0 | 0.30 | 0.31 | 67.92 | 0.25 | 0.58 |
| Hex | A8 | AF | 7A | 4 | 0 | 1E | 1F | 44 | 19 | 3A |
| Octal | 250 | 257 | 172 | 4 | 0 | 36 | 37 | 104 | 31 | 72 |
| Binary | 10101000 | 10101111 | 1111010 | 100 | 0 | 11110 | 11111 | 1000100 | 11001 | 111010 |
Color Harmonies of #A8AF7A
Complementary color
Monochromatic Colors of #A8AF7A
Black with #A8AF7A
Text Example
Text Example
White with #A8AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF7A; }
p { color: rgb(168,175,122); }
H1.HeaderClassName
{
color: #A8AF7A;
}
.AnyTagClassName
{
color: #A8AF7A;
}
</style>
background-color css
<style>
a { background-color: #A8AF7A; }
a { background-color: rgb(168,175,122); }
div.DivClassName
{
background-color: #A8AF7A;
}
.BgClassName
{
background-color: #A8AF7A;
}
</style>
border-color css
<style>
span { border-color: #A8AF7A; }
span { border-color: rgb(168,175,122); }
td.TdClassName
{
border-color: #A8AF7A;
}
.TagClassName
{
border-color: #A8AF7A;
}
</style>