Shades of Locust #A5AF83
Tints of Locust #A5AF83
RGB
CMYK
RGB Variations
Color information
#A5AF83 (or 0xA5AF83) is known color: Locust. HEX triplet: A5, AF and 83. RGB value is (165,175,131). Sum of RGB (Red+Green+Blue) = 165+175+131=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF83 is #5A507C. Grayscale: #A7A7A7. Windows color (decimal): -5918845 or 8630181. OLE color: 8630181.
HSL color Cylindrical-coordinate representation of color #A5AF83: hue angle of 73.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5AF83 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 131 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.31 |
| HSL | 73.64º | 0.22% | 0.6% | - |
| HSV(B) | 73.64º | 0.25% | 0.69% | - |
| XYZ | 34.94 | 40.3 | 27.41 | - |
| YUV | 166.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 131 | 0.06 | 0 | 0.25 | 0.31 | 73.64 | 0.22 | 0.6 |
| Hex | A5 | AF | 83 | 6 | 0 | 19 | 1F | 4A | 16 | 3C |
| Octal | 245 | 257 | 203 | 6 | 0 | 31 | 37 | 112 | 26 | 74 |
| Binary | 10100101 | 10101111 | 10000011 | 110 | 0 | 11001 | 11111 | 1001010 | 10110 | 111100 |
Color Harmonies of #A5AF83
Complementary color
Monochromatic Colors of #A5AF83
Black with #A5AF83
Text Example
Text Example
White with #A5AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF83; }
p { color: rgb(165,175,131); }
H1.HeaderClassName
{
color: #A5AF83;
}
.AnyTagClassName
{
color: #A5AF83;
}
</style>
background-color css
<style>
a { background-color: #A5AF83; }
a { background-color: rgb(165,175,131); }
div.DivClassName
{
background-color: #A5AF83;
}
.BgClassName
{
background-color: #A5AF83;
}
</style>
border-color css
<style>
span { border-color: #A5AF83; }
span { border-color: rgb(165,175,131); }
td.TdClassName
{
border-color: #A5AF83;
}
.TagClassName
{
border-color: #A5AF83;
}
</style>