#AEAB84

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

Shades of Neutral Green #AEAB84

Tints of Neutral Green #AEAB84

Color information

#AEAB84 (or 0xAEAB84) is unknown color: approx Neutral Green. HEX triplet: AE, AB and 84. RGB value is (174,171,132). Sum of RGB (Red+Green+Blue) = 174+171+132=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB84 is #51547B. Grayscale: #A7A7A7. Windows color (decimal): -5330044 or 8694702. OLE color: 8694702.

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

Color convert

RGB174171132-
CMYK00.020.240.32
HSL55.71º20.59%60%-
HSV(B)55.71º24.14%68.24%-
XYZ36.1839.7927.6-
YUV167.45107.99132.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=36.48%
G=35.85%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417113200.020.240.3255.7120.5960
HexAEAB8402182038153c
Octal256253204023040702574
Binary1010111010101011100001000101100010000011100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB84; }

 p { color: rgb(174,171,132); }

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

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

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

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

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

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

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