Shades of Locust #A4AF80
Tints of Locust #A4AF80
RGB
CMYK
RGB Variations
Color information
#A4AF80 (or 0xA4AF80) is known color: Locust. HEX triplet: A4, AF and 80. RGB value is (164,175,128). Sum of RGB (Red+Green+Blue) = 164+175+128=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF80 is #5B507F. Grayscale: #A6A6A6. Windows color (decimal): -5984384 or 8433572. OLE color: 8433572.
HSL color Cylindrical-coordinate representation of color #A4AF80: hue angle of 74.04º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4AF80 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 128 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.31 |
| HSL | 74.04º | 0.23% | 0.59% | - |
| HSV(B) | 74.04º | 0.27% | 0.69% | - |
| XYZ | 34.54 | 40.11 | 26.34 | - |
| YUV | 166.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 128 | 0.06 | 0 | 0.27 | 0.31 | 74.04 | 0.23 | 0.59 |
| Hex | A4 | AF | 80 | 6 | 0 | 1B | 1F | 4A | 17 | 3B |
| Octal | 244 | 257 | 200 | 6 | 0 | 33 | 37 | 112 | 27 | 73 |
| Binary | 10100100 | 10101111 | 10000000 | 110 | 0 | 11011 | 11111 | 1001010 | 10111 | 111011 |
Color Harmonies of #A4AF80
Complementary color
Monochromatic Colors of #A4AF80
Black with #A4AF80
Text Example
Text Example
White with #A4AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AF80; }
p { color: rgb(164,175,128); }
H1.HeaderClassName
{
color: #A4AF80;
}
.AnyTagClassName
{
color: #A4AF80;
}
</style>
background-color css
<style>
a { background-color: #A4AF80; }
a { background-color: rgb(164,175,128); }
div.DivClassName
{
background-color: #A4AF80;
}
.BgClassName
{
background-color: #A4AF80;
}
</style>
border-color css
<style>
span { border-color: #A4AF80; }
span { border-color: rgb(164,175,128); }
td.TdClassName
{
border-color: #A4AF80;
}
.TagClassName
{
border-color: #A4AF80;
}
</style>