#AEAE76

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

Shades of Locust #AEAE76

Tints of Locust #AEAE76

Color information

#AEAE76 (or 0xAEAE76) is unknown color: approx Locust. HEX triplet: AE, AE and 76. RGB value is (174,174,118). Sum of RGB (Red+Green+Blue) = 174+174+118=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE76 is #515189. Grayscale: #A7A7A7. Windows color (decimal): -5329290 or 7777966. OLE color: 7777966.

HSL color Cylindrical-coordinate representation of color #AEAE76: hue angle of 60º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEAE76 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB174174118-
CMYK000.320.32
HSL60º25.69%57.25%-
HSV(B)60º32.18%68.24%-
XYZ35.8640.5823.08-
YUV167.62100132.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=37.34%
G=37.34%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174118000.320.326025.6957.25
HexAEAE760020203c1a39
Octal256256166004040743271
Binary101011101010111011101100010000010000011110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE76; }

 p { color: rgb(174,174,118); }

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

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

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

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

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

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

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