Html Css Color HEX #AEA984 Neutral Green

📋 copy color: '#AEA984'

red 174 ◦ green 169 ◦ blue 132

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

Shades of Neutral Green #AEA984

Tints of Neutral Green #AEA984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 36.63%
G = 35.58%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AEA984 (or 0xAEA984) is known color: Neutral Green. HEX triplet: AE, A9 and 84. RGB value is (174,169,132). Sum of RGB (Red+Green+Blue) = 174+169+132=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA984 is #51567B. Grayscale: #A6A6A6. Windows color (decimal): -5330556 or 8694190. OLE color: 8694190.

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

Color convert

RGB 174 169 132 -
CMYK 0 0.03 0.24 0.32
HSL 52.86º 0.21% 0.6% -
HSV(B) 52.86º 0.24% 0.68% -
XYZ 35.81 39.04 27.48 -
YUV 166.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 174 169 132 0 0.03 0.24 0.32 52.86 0.21 0.6
Hex AE A9 84 0 3 18 20 35 15 3C
Octal 256 251 204 0 3 30 40 65 25 74
Binary 10101110 10101001 10000100 0 11 11000 100000 110101 10101 111100

Color Harmonies of #AEA984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA984

Black with #AEA984

Text Example


Text Example

White with #AEA984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA984; }

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

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

background-color css

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

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

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

border-color css

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

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

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