#AEB380

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

Shades of Locust #AEB380

Tints of Locust #AEB380

Color information

#AEB380 (or 0xAEB380) is unknown color: approx Locust. HEX triplet: AE, B3 and 80. RGB value is (174,179,128). Sum of RGB (Red+Green+Blue) = 174+179+128=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB380 is #514C7F. Grayscale: #ABABAB. Windows color (decimal): -5328000 or 8434606. OLE color: 8434606.

HSL color Cylindrical-coordinate representation of color #AEB380: hue angle of 65.88º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB380 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB174179128-
CMYK0.0300.280.30
HSL65.88º25.12%60.2%-
HSV(B)65.88º28.49%70.2%-
XYZ37.4742.826.71-
YUV171.69103.34129.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=36.17%
G=37.21%
B=26.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791280.0300.280.3065.8825.1260.2
HexAEB380301C1E42193c
Octal2562632003034361023174
Binary1010111010110011100000001101110011110100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB380; }

 p { color: rgb(174,179,128); }

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

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

 a { background-color: rgb(174,179,128); }

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

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

 span { border-color: rgb(174,179,128); }

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