Shades of Locust #ABAE83
Tints of Locust #ABAE83
RGB
CMYK
RGB Variations
Color information
#ABAE83 (or 0xABAE83) is known color: Locust. HEX triplet: AB, AE and 83. RGB value is (171,174,131). Sum of RGB (Red+Green+Blue) = 171+174+131=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE83 is #54517C. Grayscale: #A8A8A8. Windows color (decimal): -5525885 or 8629931. OLE color: 8629931.
HSL color Cylindrical-coordinate representation of color #ABAE83: hue angle of 64.19º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAE83 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 131 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.32 |
| HSL | 64.19º | 0.21% | 0.6% | - |
| HSV(B) | 64.19º | 0.25% | 0.68% | - |
| XYZ | 36.03 | 40.57 | 27.4 | - |
| YUV | 168.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 131 | 0.02 | 0 | 0.25 | 0.32 | 64.19 | 0.21 | 0.6 |
| Hex | AB | AE | 83 | 2 | 0 | 19 | 20 | 40 | 15 | 3C |
| Octal | 253 | 256 | 203 | 2 | 0 | 31 | 40 | 100 | 25 | 74 |
| Binary | 10101011 | 10101110 | 10000011 | 10 | 0 | 11001 | 100000 | 1000000 | 10101 | 111100 |
Color Harmonies of #ABAE83
Complementary color
Monochromatic Colors of #ABAE83
Black with #ABAE83
Text Example
Text Example
White with #ABAE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE83; }
p { color: rgb(171,174,131); }
H1.HeaderClassName
{
color: #ABAE83;
}
.AnyTagClassName
{
color: #ABAE83;
}
</style>
background-color css
<style>
a { background-color: #ABAE83; }
a { background-color: rgb(171,174,131); }
div.DivClassName
{
background-color: #ABAE83;
}
.BgClassName
{
background-color: #ABAE83;
}
</style>
border-color css
<style>
span { border-color: #ABAE83; }
span { border-color: rgb(171,174,131); }
td.TdClassName
{
border-color: #ABAE83;
}
.TagClassName
{
border-color: #ABAE83;
}
</style>