Shades of Locust #A5AF80
Tints of Locust #A5AF80
RGB
CMYK
RGB Variations
Color information
#A5AF80 (or 0xA5AF80) is known color: Locust. HEX triplet: A5, AF and 80. RGB value is (165,175,128). Sum of RGB (Red+Green+Blue) = 165+175+128=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF80 is #5A507F. Grayscale: #A6A6A6. Windows color (decimal): -5918848 or 8433573. OLE color: 8433573.
HSL color Cylindrical-coordinate representation of color #A5AF80: hue angle of 72.77º 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 #A5AF80 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 128 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.31 |
| HSL | 72.77º | 0.23% | 0.59% | - |
| HSV(B) | 72.77º | 0.27% | 0.69% | - |
| XYZ | 34.74 | 40.22 | 26.35 | - |
| YUV | 166.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 128 | 0.06 | 0 | 0.27 | 0.31 | 72.77 | 0.23 | 0.59 |
| Hex | A5 | AF | 80 | 6 | 0 | 1B | 1F | 49 | 17 | 3B |
| Octal | 245 | 257 | 200 | 6 | 0 | 33 | 37 | 111 | 27 | 73 |
| Binary | 10100101 | 10101111 | 10000000 | 110 | 0 | 11011 | 11111 | 1001001 | 10111 | 111011 |
Color Harmonies of #A5AF80
Complementary color
Monochromatic Colors of #A5AF80
Black with #A5AF80
Text Example
Text Example
White with #A5AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF80; }
p { color: rgb(165,175,128); }
H1.HeaderClassName
{
color: #A5AF80;
}
.AnyTagClassName
{
color: #A5AF80;
}
</style>
background-color css
<style>
a { background-color: #A5AF80; }
a { background-color: rgb(165,175,128); }
div.DivClassName
{
background-color: #A5AF80;
}
.BgClassName
{
background-color: #A5AF80;
}
</style>
border-color css
<style>
span { border-color: #A5AF80; }
span { border-color: rgb(165,175,128); }
td.TdClassName
{
border-color: #A5AF80;
}
.TagClassName
{
border-color: #A5AF80;
}
</style>