Html Css Color HEX #AEAA7D Neutral Green

📋 copy color: '#AEAA7D'

red 174 ◦ green 170 ◦ blue 125

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

Shades of Neutral Green #AEAA7D

Tints of Neutral Green #AEAA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 37.1%
G = 36.25%
B = 26.65%

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

#AEAA7D (or 0xAEAA7D) is known color: Neutral Green. HEX triplet: AE, AA and 7D. RGB value is (174,170,125). Sum of RGB (Red+Green+Blue) = 174+170+125=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA7D is #515582. Grayscale: #A6A6A6. Windows color (decimal): -5330307 or 8235694. OLE color: 8235694.

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

Color convert

RGB 174 170 125 -
CMYK 0 0.02 0.28 0.32
HSL 55.1º 0.23% 0.59% -
HSV(B) 55.1º 0.28% 0.68% -
XYZ 35.53 39.23 25.1 -
YUV 166.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 174 170 125 0 0.02 0.28 0.32 55.1 0.23 0.59
Hex AE AA 7D 0 2 1C 20 37 17 3B
Octal 256 252 175 0 2 34 40 67 27 73
Binary 10101110 10101010 1111101 0 10 11100 100000 110111 10111 111011

Color Harmonies of #AEAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA7D

Black with #AEAA7D

Text Example


Text Example

White with #AEAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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