#AEAE75

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

Shades of Locust #AEAE75

Tints of Locust #AEAE75

Color information

#AEAE75 (or 0xAEAE75) is unknown color: approx Locust. HEX triplet: AE, AE and 75. RGB value is (174,174,117). Sum of RGB (Red+Green+Blue) = 174+174+117=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE75 is #51518A. Grayscale: #A7A7A7. Windows color (decimal): -5329291 or 7712430. OLE color: 7712430.

HSL color Cylindrical-coordinate representation of color #AEAE75: 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.33%. Process color model (Four color, CMYK) of #AEAE75 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB174174117-
CMYK000.330.32
HSL60º26.03%57.06%-
HSV(B)60º32.76%68.24%-
XYZ35.840.5622.77-
YUV167.599.5132.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=37.42%
G=37.42%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174117000.330.326026.0357.06
HexAEAE750021203c1a39
Octal256256165004140743271
Binary101011101010111011101010010000110000011110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE75; }

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

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

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

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

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

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

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

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