Shades of Locust #A5AB82
Tints of Locust #A5AB82
RGB
CMYK
RGB Variations
Color information
#A5AB82 (or 0xA5AB82) is known color: Locust. HEX triplet: A5, AB and 82. RGB value is (165,171,130). Sum of RGB (Red+Green+Blue) = 165+171+130=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB82 is #5A547D. Grayscale: #A4A4A4. Windows color (decimal): -5919870 or 8563621. OLE color: 8563621.
HSL color Cylindrical-coordinate representation of color #A5AB82: hue angle of 68.78º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5AB82 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 130 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.33 |
| HSL | 68.78º | 0.2% | 0.59% | - |
| HSV(B) | 68.78º | 0.24% | 0.67% | - |
| XYZ | 34.11 | 38.74 | 26.8 | - |
| YUV | 164.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 130 | 0.04 | 0 | 0.24 | 0.33 | 68.78 | 0.2 | 0.59 |
| Hex | A5 | AB | 82 | 4 | 0 | 18 | 21 | 45 | 14 | 3B |
| Octal | 245 | 253 | 202 | 4 | 0 | 30 | 41 | 105 | 24 | 73 |
| Binary | 10100101 | 10101011 | 10000010 | 100 | 0 | 11000 | 100001 | 1000101 | 10100 | 111011 |
Color Harmonies of #A5AB82
Complementary color
Monochromatic Colors of #A5AB82
Black with #A5AB82
Text Example
Text Example
White with #A5AB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB82; }
p { color: rgb(165,171,130); }
H1.HeaderClassName
{
color: #A5AB82;
}
.AnyTagClassName
{
color: #A5AB82;
}
</style>
background-color css
<style>
a { background-color: #A5AB82; }
a { background-color: rgb(165,171,130); }
div.DivClassName
{
background-color: #A5AB82;
}
.BgClassName
{
background-color: #A5AB82;
}
</style>
border-color css
<style>
span { border-color: #A5AB82; }
span { border-color: rgb(165,171,130); }
td.TdClassName
{
border-color: #A5AB82;
}
.TagClassName
{
border-color: #A5AB82;
}
</style>