#AEAF77

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

Shades of Locust #AEAF77

Tints of Locust #AEAF77

Color information

#AEAF77 (or 0xAEAF77) is unknown color: approx Locust. HEX triplet: AE, AF and 77. RGB value is (174,175,119). Sum of RGB (Red+Green+Blue) = 174+175+119=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF77 is #515088. Grayscale: #A8A8A8. Windows color (decimal): -5329033 or 7843758. OLE color: 7843758.

HSL color Cylindrical-coordinate representation of color #AEAF77: hue angle of 61.07º degrees, saturation: 0.26, 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 #AEAF77 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB174175119-
CMYK0.0100.320.31
HSL61.07º25.93%57.65%-
HSV(B)61.07º32%68.63%-
XYZ36.1240.9923.46-
YUV168.32100.17132.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=37.18%
G=37.39%
B=25.43%

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
Decimal1741751190.0100.320.3161.0725.9357.65
HexAEAF7710201F3d1a3a
Octal256257167104037753272
Binary10101110101011111110111101000001111111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF77; }

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

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

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

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

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

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

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

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