#AEB079

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

Shades of Locust #AEB079

Tints of Locust #AEB079

Color information

#AEB079 (or 0xAEB079) is unknown color: approx Locust. HEX triplet: AE, B0 and 79. RGB value is (174,176,121). Sum of RGB (Red+Green+Blue) = 174+176+121=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB079 is #514F86. Grayscale: #A9A9A9. Windows color (decimal): -5328775 or 7975086. OLE color: 7975086.

HSL color Cylindrical-coordinate representation of color #AEB079: hue angle of 62.18º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB079 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB174176121-
CMYK0.0100.310.31
HSL62.18º25.82%58.24%-
HSV(B)62.18º31.25%69.02%-
XYZ36.4341.4324.17-
YUV169.13100.84131.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=36.94%
G=37.37%
B=25.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761210.0100.310.3162.1825.8258.24
HexAEB079101F1F3e1a3a
Octal256260171103737763272
Binary1010111010110000111100110111111111111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB079; }

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

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

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

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

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

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

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

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