#AEB480

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

Shades of Locust #AEB480

Tints of Locust #AEB480

Color information

#AEB480 (or 0xAEB480) is unknown color: approx Locust. HEX triplet: AE, B4 and 80. RGB value is (174,180,128). Sum of RGB (Red+Green+Blue) = 174+180+128=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB480 is #514B7F. Grayscale: #ACACAC. Windows color (decimal): -5327744 or 8434862. OLE color: 8434862.

HSL color Cylindrical-coordinate representation of color #AEB480: hue angle of 66.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEB480 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB174180128-
CMYK0.0300.290.29
HSL66.92º25.74%60.39%-
HSV(B)66.92º28.89%70.59%-
XYZ37.6743.226.77-
YUV172.28103.01129.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=36.10%
G=37.34%
B=26.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801280.0300.290.2966.9225.7460.39
HexAEB480301D1D431a3c
Octal2562642003035351033274
Binary1010111010110100100000001101110111101100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB480; }

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

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

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

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

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

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

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

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