#AEB182

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

Shades of Locust #AEB182

Tints of Locust #AEB182

Color information

#AEB182 (or 0xAEB182) is unknown color: approx Locust. HEX triplet: AE, B1 and 82. RGB value is (174,177,130). Sum of RGB (Red+Green+Blue) = 174+177+130=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB182 is #514E7D. Grayscale: #AAAAAA. Windows color (decimal): -5328510 or 8565166. OLE color: 8565166.

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

Color convert

RGB174177130-
CMYK0.0200.270.31
HSL63.83º23.15%60.2%-
HSV(B)63.83º26.55%69.41%-
XYZ37.2142.0527.28-
YUV170.74105.01130.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=36.17%
G=36.80%
B=27.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771300.0200.270.3163.8323.1560.2
HexAEB182201B1F40173c
Octal2562612022033371002774
Binary1010111010110001100000101001101111111100000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB182; }

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

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

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

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

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

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

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

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