Shades of Locust #A5AB73
Tints of Locust #A5AB73
RGB
CMYK
RGB Variations
Color information
#A5AB73 (or 0xA5AB73) is known color: Locust. HEX triplet: A5, AB and 73. RGB value is (165,171,115). Sum of RGB (Red+Green+Blue) = 165+171+115=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB73 is #5A548C. Grayscale: #A3A3A3. Windows color (decimal): -5919885 or 7580581. OLE color: 7580581.
HSL color Cylindrical-coordinate representation of color #A5AB73: hue angle of 66.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5AB73 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 115 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.33 |
| HSL | 66.43º | 0.25% | 0.56% | - |
| HSV(B) | 66.43º | 0.33% | 0.67% | - |
| XYZ | 33.17 | 38.36 | 21.88 | - |
| YUV | 162.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 115 | 0.04 | 0 | 0.33 | 0.33 | 66.43 | 0.25 | 0.56 |
| Hex | A5 | AB | 73 | 4 | 0 | 21 | 21 | 42 | 19 | 38 |
| Octal | 245 | 253 | 163 | 4 | 0 | 41 | 41 | 102 | 31 | 70 |
| Binary | 10100101 | 10101011 | 1110011 | 100 | 0 | 100001 | 100001 | 1000010 | 11001 | 111000 |
Color Harmonies of #A5AB73
Complementary color
Monochromatic Colors of #A5AB73
Black with #A5AB73
Text Example
Text Example
White with #A5AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB73; }
p { color: rgb(165,171,115); }
H1.HeaderClassName
{
color: #A5AB73;
}
.AnyTagClassName
{
color: #A5AB73;
}
</style>
background-color css
<style>
a { background-color: #A5AB73; }
a { background-color: rgb(165,171,115); }
div.DivClassName
{
background-color: #A5AB73;
}
.BgClassName
{
background-color: #A5AB73;
}
</style>
border-color css
<style>
span { border-color: #A5AB73; }
span { border-color: rgb(165,171,115); }
td.TdClassName
{
border-color: #A5AB73;
}
.TagClassName
{
border-color: #A5AB73;
}
</style>