#AEAF81

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

Shades of Locust #AEAF81

Tints of Locust #AEAF81

Color information

#AEAF81 (or 0xAEAF81) is unknown color: approx Locust. HEX triplet: AE, AF and 81. RGB value is (174,175,129). Sum of RGB (Red+Green+Blue) = 174+175+129=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF81 is #51507E. Grayscale: #A9A9A9. Windows color (decimal): -5329023 or 8499118. OLE color: 8499118.

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

Color convert

RGB174175129-
CMYK0.0100.260.31
HSL61.3º22.33%59.61%-
HSV(B)61.3º26.29%68.63%-
XYZ36.7541.2426.79-
YUV169.46105.17131.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=36.40%
G=36.61%
B=26.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751290.0100.260.3161.322.3359.61
HexAEAF81101A1F3d163c
Octal256257201103237752674
Binary10101110101011111000000110110101111111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF81; }

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

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

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

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

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

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

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

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