#AEAD87

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

Shades of Neutral Green #AEAD87

Tints of Neutral Green #AEAD87

Color information

#AEAD87 (or 0xAEAD87) is unknown color: approx Neutral Green. HEX triplet: AE, AD and 87. RGB value is (174,173,135). Sum of RGB (Red+Green+Blue) = 174+173+135=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD87 is #515278. Grayscale: #A9A9A9. Windows color (decimal): -5329529 or 8891822. OLE color: 8891822.

HSL color Cylindrical-coordinate representation of color #AEAD87: hue angle of 58.46º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEAD87 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB174173135-
CMYK00.010.220.32
HSL58.46º19.4%60.59%-
HSV(B)58.46º22.41%68.24%-
XYZ36.7740.6428.83-
YUV168.97108.83131.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=36.10%
G=35.89%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417313500.010.220.3258.4619.460.59
HexAEAD870116203a133d
Octal256255207012640722375
Binary101011101010110110000111011011010000011101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD87; }

 p { color: rgb(174,173,135); }

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

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

 a { background-color: rgb(174,173,135); }

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

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

 span { border-color: rgb(174,173,135); }

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