#AEB379

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

Shades of Locust #AEB379

Tints of Locust #AEB379

Color information

#AEB379 (or 0xAEB379) is unknown color: approx Locust. HEX triplet: AE, B3 and 79. RGB value is (174,179,121). Sum of RGB (Red+Green+Blue) = 174+179+121=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB379 is #514C86. Grayscale: #ABABAB. Windows color (decimal): -5328007 or 7975854. OLE color: 7975854.

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

Color convert

RGB174179121-
CMYK0.0300.320.30
HSL65.17º27.62%58.82%-
HSV(B)65.17º32.4%70.2%-
XYZ37.0342.6224.36-
YUV170.8999.84130.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=36.71%
G=37.76%
B=25.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791210.0300.320.3065.1727.6258.82
HexAEB37930201E411c3b
Octal2562631713040361013473
Binary1010111010110011111100111010000011110100000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB379; }

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

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

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

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

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

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

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

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