#AEAF78

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

Shades of Locust #AEAF78

Tints of Locust #AEAF78

Color information

#AEAF78 (or 0xAEAF78) is unknown color: approx Locust. HEX triplet: AE, AF and 78. RGB value is (174,175,120). Sum of RGB (Red+Green+Blue) = 174+175+120=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF78 is #515087. Grayscale: #A8A8A8. Windows color (decimal): -5329032 or 7909294. OLE color: 7909294.

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

Color convert

RGB174175120-
CMYK0.0100.310.31
HSL61.09º25.58%57.84%-
HSV(B)61.09º31.43%68.63%-
XYZ36.1841.0123.78-
YUV168.43100.67131.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=37.10%
G=37.31%
B=25.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751200.0100.310.3161.0925.5857.84
HexAEAF78101F1F3d1a3a
Octal256257170103737753272
Binary1010111010101111111100010111111111111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF78; }

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

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

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

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

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

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

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

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