#AEA685

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

Shades of Neutral Green #AEA685

Tints of Neutral Green #AEA685

Color information

#AEA685 (or 0xAEA685) is unknown color: approx Neutral Green. HEX triplet: AE, A6 and 85. RGB value is (174,166,133). Sum of RGB (Red+Green+Blue) = 174+166+133=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA685 is #51597A. Grayscale: #A4A4A4. Windows color (decimal): -5331323 or 8758958. OLE color: 8758958.

HSL color Cylindrical-coordinate representation of color #AEA685: hue angle of 48.29º degrees, saturation: 0.2, 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 #AEA685 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB174166133-
CMYK00.050.240.32
HSL48.29º20.2%60.2%-
HSV(B)48.29º23.56%68.24%-
XYZ35.3337.9627.66-
YUV164.63110.15134.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=36.79%
G=35.10%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416613300.050.240.3248.2920.260.2
HexAEA68505182030143c
Octal256246205053040602474
Binary10101110101001101000010101011100010000011000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA685; }

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

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

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

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

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

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

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

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