Shades of Locust #A5AA83
Tints of Locust #A5AA83
RGB
CMYK
RGB Variations
Color information
#A5AA83 (or 0xA5AA83) is known color: Locust. HEX triplet: A5, AA and 83. RGB value is (165,170,131). Sum of RGB (Red+Green+Blue) = 165+170+131=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA83 is #5A557C. Grayscale: #A4A4A4. Windows color (decimal): -5920125 or 8628901. OLE color: 8628901.
HSL color Cylindrical-coordinate representation of color #A5AA83: hue angle of 67.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5AA83 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 131 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.33 |
| HSL | 67.69º | 0.19% | 0.59% | - |
| HSV(B) | 67.69º | 0.23% | 0.67% | - |
| XYZ | 33.99 | 38.39 | 27.09 | - |
| YUV | 164.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 131 | 0.03 | 0 | 0.23 | 0.33 | 67.69 | 0.19 | 0.59 |
| Hex | A5 | AA | 83 | 3 | 0 | 17 | 21 | 44 | 13 | 3B |
| Octal | 245 | 252 | 203 | 3 | 0 | 27 | 41 | 104 | 23 | 73 |
| Binary | 10100101 | 10101010 | 10000011 | 11 | 0 | 10111 | 100001 | 1000100 | 10011 | 111011 |
Color Harmonies of #A5AA83
Complementary color
Monochromatic Colors of #A5AA83
Black with #A5AA83
Text Example
Text Example
White with #A5AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA83; }
p { color: rgb(165,170,131); }
H1.HeaderClassName
{
color: #A5AA83;
}
.AnyTagClassName
{
color: #A5AA83;
}
</style>
background-color css
<style>
a { background-color: #A5AA83; }
a { background-color: rgb(165,170,131); }
div.DivClassName
{
background-color: #A5AA83;
}
.BgClassName
{
background-color: #A5AA83;
}
</style>
border-color css
<style>
span { border-color: #A5AA83; }
span { border-color: rgb(165,170,131); }
td.TdClassName
{
border-color: #A5AA83;
}
.TagClassName
{
border-color: #A5AA83;
}
</style>