#ABAE77

Color #ABAE77 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #ABAE77

Tints of Locust #ABAE77

Color information

#ABAE77 (or 0xABAE77) is unknown color: approx Locust. HEX triplet: AB, AE and 77. RGB value is (171,174,119). Sum of RGB (Red+Green+Blue) = 171+174+119=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE77 is #545188. Grayscale: #A7A7A7. Windows color (decimal): -5525897 or 7843499. OLE color: 7843499.

HSL color Cylindrical-coordinate representation of color #ABAE77: hue angle of 63.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABAE77 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB171174119-
CMYK0.0200.320.32
HSL63.27º25.35%57.45%-
HSV(B)63.27º31.61%68.24%-
XYZ35.2640.2623.37-
YUV166.83101.01130.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=36.85%
G=37.5%
B=25.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741190.0200.320.3263.2725.3557.45
HexABAE772020203f1939
Octal253256167204040773171
Binary1010101110101110111011110010000010000011111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE77; }

 p { color: rgb(171,174,119); }

 H1.HeaderClassName
 {
   color: #ABAE77;
 }
 .AnyTagClassName
 {
   color: #ABAE77;
 }
</style>
background-color css

<style>
 a { background-color: #ABAE77; }

 a { background-color: rgb(171,174,119); }

 div.DivClassName
 {
   background-color: #ABAE77;
 }
 .BgClassName
 {
   background-color: #ABAE77;
 }
</style>
border-color css

<style>
 span { border-color: #ABAE77; }

 span { border-color: rgb(171,174,119); }

 td.TdClassName
 {
   border-color: #ABAE77;
 }
 .TagClassName
 {
   border-color: #ABAE77;
 }
</style>