Html Css Color HEX #AEAA7E Neutral Green

📋 copy color: '#AEAA7E'

red 174 ◦ green 170 ◦ blue 126

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

Shades of Neutral Green #AEAA7E

Tints of Neutral Green #AEAA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 37.02%
G = 36.17%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AEAA7E (or 0xAEAA7E) is known color: Neutral Green. HEX triplet: AE, AA and 7E. RGB value is (174,170,126). Sum of RGB (Red+Green+Blue) = 174+170+126=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA7E is #515581. Grayscale: #A6A6A6. Windows color (decimal): -5330306 or 8301230. OLE color: 8301230.

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

Color convert

RGB 174 170 126 -
CMYK 0 0.02 0.28 0.32
HSL 55º 0.23% 0.59% -
HSV(B) 55º 0.28% 0.68% -
XYZ 35.6 39.25 25.44 -
YUV 166.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 174 170 126 0 0.02 0.28 0.32 55 0.23 0.59
Hex AE AA 7E 0 2 1C 20 37 17 3B
Octal 256 252 176 0 2 34 40 67 27 73
Binary 10101110 10101010 1111110 0 10 11100 100000 110111 10111 111011

Color Harmonies of #AEAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA7E

Black with #AEAA7E

Text Example


Text Example

White with #AEAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA7E; }

 p { color: rgb(174,170,126); }

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

background-color css

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

 a { background-color: rgb(174,170,126); }

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

border-color css

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

 span { border-color: rgb(174,170,126); }

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