#AEAE78

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

Shades of Locust #AEAE78

Tints of Locust #AEAE78

Color information

#AEAE78 (or 0xAEAE78) is unknown color: approx Locust. HEX triplet: AE, AE and 78. RGB value is (174,174,120). Sum of RGB (Red+Green+Blue) = 174+174+120=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE78 is #515187. Grayscale: #A8A8A8. Windows color (decimal): -5329288 or 7909038. OLE color: 7909038.

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

Color convert

RGB174174120-
CMYK000.310.32
HSL60º25%57.65%-
HSV(B)60º31.03%68.24%-
XYZ35.9840.6323.71-
YUV167.84101132.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=37.18%
G=37.18%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174120000.310.32602557.65
HexAEAE78001F203c193a
Octal256256170003740743172
Binary10101110101011101111000001111110000011110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE78; }

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

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

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

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

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

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

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

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