#AEA982

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

Shades of Neutral Green #AEA982

Tints of Neutral Green #AEA982

Color information

#AEA982 (or 0xAEA982) is unknown color: approx Neutral Green. HEX triplet: AE, A9 and 82. RGB value is (174,169,130). Sum of RGB (Red+Green+Blue) = 174+169+130=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA982 is #51567D. Grayscale: #A6A6A6. Windows color (decimal): -5330558 or 8563118. OLE color: 8563118.

HSL color Cylindrical-coordinate representation of color #AEA982: hue angle of 53.18º 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 #AEA982 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB174169130-
CMYK00.030.250.32
HSL53.18º21.36%59.61%-
HSV(B)53.18º25.29%68.24%-
XYZ35.6738.9926.76-
YUV166.05107.66133.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=36.79%
G=35.73%
B=27.48%

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
Decimal17416913000.030.250.3253.1821.3659.61
HexAEA98203192035153c
Octal256251202033140652574
Binary1010111010101001100000100111100110000011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA982; }

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

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

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

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

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

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

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

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