Html Css Color HEX #AEA980 Neutral Green

📋 copy color: '#AEA980'

red 174 ◦ green 169 ◦ blue 128

#AEA980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neutral Green #AEA980

Tints of Neutral Green #AEA980

RGB

 RED value IS 174 (68.36% from 255) = 36.94%

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 36.94%
G = 35.88%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AEA980 (or 0xAEA980) is known color: Neutral Green. HEX triplet: AE, A9 and 80. RGB value is (174,169,128). Sum of RGB (Red+Green+Blue) = 174+169+128=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA980 is #51567F. Grayscale: #A5A5A5. Windows color (decimal): -5330560 or 8432046. OLE color: 8432046.

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

Color convert

RGB 174 169 128 -
CMYK 0 0.03 0.26 0.32
HSL 53.48º 0.22% 0.59% -
HSV(B) 53.48º 0.26% 0.68% -
XYZ 35.54 38.93 26.06 -
YUV 165.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 174 169 128 0 0.03 0.26 0.32 53.48 0.22 0.59
Hex AE A9 80 0 3 1A 20 35 16 3B
Octal 256 251 200 0 3 32 40 65 26 73
Binary 10101110 10101001 10000000 0 11 11010 100000 110101 10110 111011

Color Harmonies of #AEA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA980

Black with #AEA980

Text Example


Text Example

White with #AEA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA980; }

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

 H1.HeaderClassName
 {
   color: #AEA980;
 }
 .AnyTagClassName
 {
   color: #AEA980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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