Shades of Locust #ABAE74
Tints of Locust #ABAE74
RGB
CMYK
RGB Variations
Color information
#ABAE74 (or 0xABAE74) is known color: Locust. HEX triplet: AB, AE and 74. RGB value is (171,174,116). Sum of RGB (Red+Green+Blue) = 171+174+116=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE74 is #54518B. Grayscale: #A6A6A6. Windows color (decimal): -5525900 or 7646891. OLE color: 7646891.
HSL color Cylindrical-coordinate representation of color #ABAE74: hue angle of 63.1º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAE74 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 116 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.32 |
| HSL | 63.1º | 0.26% | 0.57% | - |
| HSV(B) | 63.1º | 0.33% | 0.68% | - |
| XYZ | 35.08 | 40.19 | 22.43 | - |
| YUV | 166.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 116 | 0.02 | 0 | 0.33 | 0.32 | 63.1 | 0.26 | 0.57 |
| Hex | AB | AE | 74 | 2 | 0 | 21 | 20 | 3F | 1A | 39 |
| Octal | 253 | 256 | 164 | 2 | 0 | 41 | 40 | 77 | 32 | 71 |
| Binary | 10101011 | 10101110 | 1110100 | 10 | 0 | 100001 | 100000 | 111111 | 11010 | 111001 |
Color Harmonies of #ABAE74
Complementary color
Monochromatic Colors of #ABAE74
Black with #ABAE74
Text Example
Text Example
White with #ABAE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE74; }
p { color: rgb(171,174,116); }
H1.HeaderClassName
{
color: #ABAE74;
}
.AnyTagClassName
{
color: #ABAE74;
}
</style>
background-color css
<style>
a { background-color: #ABAE74; }
a { background-color: rgb(171,174,116); }
div.DivClassName
{
background-color: #ABAE74;
}
.BgClassName
{
background-color: #ABAE74;
}
</style>
border-color css
<style>
span { border-color: #ABAE74; }
span { border-color: rgb(171,174,116); }
td.TdClassName
{
border-color: #ABAE74;
}
.TagClassName
{
border-color: #ABAE74;
}
</style>