Shades of Locust #A5AB83
Tints of Locust #A5AB83
RGB
CMYK
RGB Variations
Color information
#A5AB83 (or 0xA5AB83) is known color: Locust. HEX triplet: A5, AB and 83. RGB value is (165,171,131). Sum of RGB (Red+Green+Blue) = 165+171+131=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB83 is #5A547C. Grayscale: #A4A4A4. Windows color (decimal): -5919869 or 8629157. OLE color: 8629157.
HSL color Cylindrical-coordinate representation of color #A5AB83: hue angle of 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 #A5AB83 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 131 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.33 |
| HSL | 69º | 0.19% | 0.59% | - |
| HSV(B) | 69º | 0.23% | 0.67% | - |
| XYZ | 34.18 | 38.76 | 27.15 | - |
| YUV | 164.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 131 | 0.04 | 0 | 0.23 | 0.33 | 69 | 0.19 | 0.59 |
| Hex | A5 | AB | 83 | 4 | 0 | 17 | 21 | 45 | 13 | 3B |
| Octal | 245 | 253 | 203 | 4 | 0 | 27 | 41 | 105 | 23 | 73 |
| Binary | 10100101 | 10101011 | 10000011 | 100 | 0 | 10111 | 100001 | 1000101 | 10011 | 111011 |
Color Harmonies of #A5AB83
Complementary color
Monochromatic Colors of #A5AB83
Black with #A5AB83
Text Example
Text Example
White with #A5AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB83; }
p { color: rgb(165,171,131); }
H1.HeaderClassName
{
color: #A5AB83;
}
.AnyTagClassName
{
color: #A5AB83;
}
</style>
background-color css
<style>
a { background-color: #A5AB83; }
a { background-color: rgb(165,171,131); }
div.DivClassName
{
background-color: #A5AB83;
}
.BgClassName
{
background-color: #A5AB83;
}
</style>
border-color css
<style>
span { border-color: #A5AB83; }
span { border-color: rgb(165,171,131); }
td.TdClassName
{
border-color: #A5AB83;
}
.TagClassName
{
border-color: #A5AB83;
}
</style>