Shades of Locust #A5AA84
Tints of Locust #A5AA84
RGB
CMYK
RGB Variations
Color information
#A5AA84 (or 0xA5AA84) is known color: Locust. HEX triplet: A5, AA and 84. RGB value is (165,170,132). Sum of RGB (Red+Green+Blue) = 165+170+132=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA84 is #5A557B. Grayscale: #A4A4A4. Windows color (decimal): -5920124 or 8694437. OLE color: 8694437.
HSL color Cylindrical-coordinate representation of color #A5AA84: hue angle of 67.89º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5AA84 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 132 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.33 |
| HSL | 67.89º | 0.18% | 0.59% | - |
| HSV(B) | 67.89º | 0.22% | 0.67% | - |
| XYZ | 34.06 | 38.41 | 27.45 | - |
| YUV | 164.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 132 | 0.03 | 0 | 0.22 | 0.33 | 67.89 | 0.18 | 0.59 |
| Hex | A5 | AA | 84 | 3 | 0 | 16 | 21 | 44 | 12 | 3B |
| Octal | 245 | 252 | 204 | 3 | 0 | 26 | 41 | 104 | 22 | 73 |
| Binary | 10100101 | 10101010 | 10000100 | 11 | 0 | 10110 | 100001 | 1000100 | 10010 | 111011 |
Color Harmonies of #A5AA84
Complementary color
Monochromatic Colors of #A5AA84
Black with #A5AA84
Text Example
Text Example
White with #A5AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA84; }
p { color: rgb(165,170,132); }
H1.HeaderClassName
{
color: #A5AA84;
}
.AnyTagClassName
{
color: #A5AA84;
}
</style>
background-color css
<style>
a { background-color: #A5AA84; }
a { background-color: rgb(165,170,132); }
div.DivClassName
{
background-color: #A5AA84;
}
.BgClassName
{
background-color: #A5AA84;
}
</style>
border-color css
<style>
span { border-color: #A5AA84; }
span { border-color: rgb(165,170,132); }
td.TdClassName
{
border-color: #A5AA84;
}
.TagClassName
{
border-color: #A5AA84;
}
</style>