#AEB37C

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

Shades of Locust #AEB37C

Tints of Locust #AEB37C

Color information

#AEB37C (or 0xAEB37C) is unknown color: approx Locust. HEX triplet: AE, B3 and 7C. RGB value is (174,179,124). Sum of RGB (Red+Green+Blue) = 174+179+124=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB37C is #514C83. Grayscale: #ABABAB. Windows color (decimal): -5328004 or 8172462. OLE color: 8172462.

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

Color convert

RGB174179124-
CMYK0.0300.310.30
HSL65.45º26.57%59.41%-
HSV(B)65.45º30.73%70.2%-
XYZ37.2142.6925.35-
YUV171.24101.34129.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=36.48%
G=37.53%
B=26.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791240.0300.310.3065.4526.5759.41
HexAEB37C301F1E411b3b
Octal2562631743037361013373
Binary101011101011001111111001101111111110100000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB37C; }

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

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

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

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

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

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

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

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