Html Css Color HEX #AEAA76 Neutral Green

📋 copy color: '#AEAA76'

red 174 ◦ green 170 ◦ blue 118

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

Shades of Neutral Green #AEAA76

Tints of Neutral Green #AEAA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 37.66%
G = 36.8%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AEAA76 (or 0xAEAA76) is known color: Neutral Green. HEX triplet: AE, AA and 76. RGB value is (174,170,118). Sum of RGB (Red+Green+Blue) = 174+170+118=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA76 is #515589. Grayscale: #A5A5A5. Windows color (decimal): -5330314 or 7776942. OLE color: 7776942.

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

Color convert

RGB 174 170 118 -
CMYK 0 0.02 0.32 0.32
HSL 55.71º 0.26% 0.57% -
HSV(B) 55.71º 0.32% 0.68% -
XYZ 35.1 39.06 22.83 -
YUV 165.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 174 170 118 0 0.02 0.32 0.32 55.71 0.26 0.57
Hex AE AA 76 0 2 20 20 38 1A 39
Octal 256 252 166 0 2 40 40 70 32 71
Binary 10101110 10101010 1110110 0 10 100000 100000 111000 11010 111001

Color Harmonies of #AEAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA76

Black with #AEAA76

Text Example


Text Example

White with #AEAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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