#AEB077

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

Shades of Locust #AEB077

Tints of Locust #AEB077

Color information

#AEB077 (or 0xAEB077) is unknown color: approx Locust. HEX triplet: AE, B0 and 77. RGB value is (174,176,119). Sum of RGB (Red+Green+Blue) = 174+176+119=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB077 is #514F88. Grayscale: #A9A9A9. Windows color (decimal): -5328777 or 7844014. OLE color: 7844014.

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

Color convert

RGB174176119-
CMYK0.0100.320.31
HSL62.11º26.51%57.84%-
HSV(B)62.11º32.39%69.02%-
XYZ36.3141.3823.53-
YUV168.999.84131.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=37.10%
G=37.53%
B=25.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761190.0100.320.3162.1126.5157.84
HexAEB07710201F3e1b3a
Octal256260167104037763372
Binary10101110101100001110111101000001111111111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB077; }

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

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

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

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

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

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

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

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