#AEB180

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

Shades of Locust #AEB180

Tints of Locust #AEB180

Color information

#AEB180 (or 0xAEB180) is unknown color: approx Locust. HEX triplet: AE, B1 and 80. RGB value is (174,177,128). Sum of RGB (Red+Green+Blue) = 174+177+128=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB180 is #514E7F. Grayscale: #AAAAAA. Windows color (decimal): -5328512 or 8434094. OLE color: 8434094.

HSL color Cylindrical-coordinate representation of color #AEB180: hue angle of 63.67º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB180 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB174177128-
CMYK0.0200.280.31
HSL63.67º23.9%59.8%-
HSV(B)63.67º27.68%69.41%-
XYZ37.074226.58-
YUV170.52104.01130.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=36.33%
G=36.95%
B=26.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771280.0200.280.3163.6723.959.8
HexAEB180201C1F40183c
Octal2562612002034371003074
Binary1010111010110001100000001001110011111100000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB180; }

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

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

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

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

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

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

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

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