Shades of Locust #ABAE85
Tints of Locust #ABAE85
RGB
CMYK
RGB Variations
Color information
#ABAE85 (or 0xABAE85) is known color: Locust. HEX triplet: AB, AE and 85. RGB value is (171,174,133). Sum of RGB (Red+Green+Blue) = 171+174+133=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE85 is #54517A. Grayscale: #A8A8A8. Windows color (decimal): -5525883 or 8761003. OLE color: 8761003.
HSL color Cylindrical-coordinate representation of color #ABAE85: hue angle of 64.39º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAE85 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 133 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.32 |
| HSL | 64.39º | 0.2% | 0.6% | - |
| HSV(B) | 64.39º | 0.24% | 0.68% | - |
| XYZ | 36.16 | 40.62 | 28.13 | - |
| YUV | 168.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 133 | 0.02 | 0 | 0.24 | 0.32 | 64.39 | 0.2 | 0.6 |
| Hex | AB | AE | 85 | 2 | 0 | 18 | 20 | 40 | 14 | 3C |
| Octal | 253 | 256 | 205 | 2 | 0 | 30 | 40 | 100 | 24 | 74 |
| Binary | 10101011 | 10101110 | 10000101 | 10 | 0 | 11000 | 100000 | 1000000 | 10100 | 111100 |
Color Harmonies of #ABAE85
Complementary color
Monochromatic Colors of #ABAE85
Black with #ABAE85
Text Example
Text Example
White with #ABAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE85; }
p { color: rgb(171,174,133); }
H1.HeaderClassName
{
color: #ABAE85;
}
.AnyTagClassName
{
color: #ABAE85;
}
</style>
background-color css
<style>
a { background-color: #ABAE85; }
a { background-color: rgb(171,174,133); }
div.DivClassName
{
background-color: #ABAE85;
}
.BgClassName
{
background-color: #ABAE85;
}
</style>
border-color css
<style>
span { border-color: #ABAE85; }
span { border-color: rgb(171,174,133); }
td.TdClassName
{
border-color: #ABAE85;
}
.TagClassName
{
border-color: #ABAE85;
}
</style>