#AEAF85

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

Shades of Neutral Green #AEAF85

Tints of Neutral Green #AEAF85

Color information

#AEAF85 (or 0xAEAF85) is unknown color: approx Neutral Green. HEX triplet: AE, AF and 85. RGB value is (174,175,133). Sum of RGB (Red+Green+Blue) = 174+175+133=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF85 is #51507A. Grayscale: #AAAAAA. Windows color (decimal): -5329019 or 8761262. OLE color: 8761262.

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

Color convert

RGB174175133-
CMYK0.0100.240.31
HSL61.43º20.79%60.39%-
HSV(B)61.43º24%68.63%-
XYZ37.0241.3528.22-
YUV169.91107.17130.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=36.10%
G=36.31%
B=27.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751330.0100.240.3161.4320.7960.39
HexAEAF8510181F3d153c
Octal256257205103037752574
Binary10101110101011111000010110110001111111110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF85; }

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

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

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

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

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

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

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

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