Shades of Locust #A5AB72
Tints of Locust #A5AB72
RGB
CMYK
RGB Variations
Color information
#A5AB72 (or 0xA5AB72) is known color: Locust. HEX triplet: A5, AB and 72. RGB value is (165,171,114). Sum of RGB (Red+Green+Blue) = 165+171+114=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB72 is #5A548D. Grayscale: #A2A2A2. Windows color (decimal): -5919886 or 7515045. OLE color: 7515045.
HSL color Cylindrical-coordinate representation of color #A5AB72: hue angle of 66.32º 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 #A5AB72 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 114 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.33 |
| HSL | 66.32º | 0.25% | 0.56% | - |
| HSV(B) | 66.32º | 0.33% | 0.67% | - |
| XYZ | 33.12 | 38.34 | 21.57 | - |
| YUV | 162.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 114 | 0.04 | 0 | 0.33 | 0.33 | 66.32 | 0.25 | 0.56 |
| Hex | A5 | AB | 72 | 4 | 0 | 21 | 21 | 42 | 19 | 38 |
| Octal | 245 | 253 | 162 | 4 | 0 | 41 | 41 | 102 | 31 | 70 |
| Binary | 10100101 | 10101011 | 1110010 | 100 | 0 | 100001 | 100001 | 1000010 | 11001 | 111000 |
Color Harmonies of #A5AB72
Complementary color
Monochromatic Colors of #A5AB72
Black with #A5AB72
Text Example
Text Example
White with #A5AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB72; }
p { color: rgb(165,171,114); }
H1.HeaderClassName
{
color: #A5AB72;
}
.AnyTagClassName
{
color: #A5AB72;
}
</style>
background-color css
<style>
a { background-color: #A5AB72; }
a { background-color: rgb(165,171,114); }
div.DivClassName
{
background-color: #A5AB72;
}
.BgClassName
{
background-color: #A5AB72;
}
</style>
border-color css
<style>
span { border-color: #A5AB72; }
span { border-color: rgb(165,171,114); }
td.TdClassName
{
border-color: #A5AB72;
}
.TagClassName
{
border-color: #A5AB72;
}
</style>