#ABAE75

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

Shades of Locust #ABAE75

Tints of Locust #ABAE75

Color information

#ABAE75 (or 0xABAE75) is unknown color: approx Locust. HEX triplet: AB, AE and 75. RGB value is (171,174,117). Sum of RGB (Red+Green+Blue) = 171+174+117=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE75 is #54518A. Grayscale: #A6A6A6. Windows color (decimal): -5525899 or 7712427. OLE color: 7712427.

HSL color Cylindrical-coordinate representation of color #ABAE75: hue angle of 63.16º 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 #ABAE75 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB171174117-
CMYK0.0200.330.32
HSL63.16º26.03%57.06%-
HSV(B)63.16º32.76%68.24%-
XYZ35.1440.2122.74-
YUV166.6100.01131.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=37.01%
G=37.66%
B=25.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741170.0200.330.3263.1626.0357.06
HexABAE752021203f1a39
Octal253256165204140773271
Binary1010101110101110111010110010000110000011111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE75; }

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

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

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

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

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

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

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

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