#AEA882

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

Shades of Neutral Green #AEA882

Tints of Neutral Green #AEA882

Color information

#AEA882 (or 0xAEA882) is unknown color: approx Neutral Green. HEX triplet: AE, A8 and 82. RGB value is (174,168,130). Sum of RGB (Red+Green+Blue) = 174+168+130=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA882 is #51577D. Grayscale: #A5A5A5. Windows color (decimal): -5330814 or 8562862. OLE color: 8562862.

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

Color convert

RGB174168130-
CMYK00.030.250.32
HSL51.82º21.36%59.61%-
HSV(B)51.82º25.29%68.24%-
XYZ35.4938.6226.7-
YUV165.46107.99134.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=36.86%
G=35.59%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416813000.030.250.3251.8221.3659.61
HexAEA88203192034153c
Octal256250202033140642574
Binary1010111010101000100000100111100110000011010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA882; }

 p { color: rgb(174,168,130); }

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

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

 a { background-color: rgb(174,168,130); }

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

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

 span { border-color: rgb(174,168,130); }

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