Html Css Color HEX #AEAA8A Neutral Green

📋 copy color: '#AEAA8A'

red 174 ◦ green 170 ◦ blue 138

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

Shades of Neutral Green #AEAA8A

Tints of Neutral Green #AEAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 36.1%
G = 35.27%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AEAA8A (or 0xAEAA8A) is known color: Neutral Green. HEX triplet: AE, AA and 8A. RGB value is (174,170,138). Sum of RGB (Red+Green+Blue) = 174+170+138=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA8A is #515575. Grayscale: #A7A7A7. Windows color (decimal): -5330294 or 9087662. OLE color: 9087662.

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

Color convert

RGB 174 170 138 -
CMYK 0 0.02 0.21 0.32
HSL 53.33º 0.18% 0.61% -
HSV(B) 53.33º 0.21% 0.68% -
XYZ 36.42 39.58 29.77 -
YUV 167.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 174 170 138 0 0.02 0.21 0.32 53.33 0.18 0.61
Hex AE AA 8A 0 2 15 20 35 12 3D
Octal 256 252 212 0 2 25 40 65 22 75
Binary 10101110 10101010 10001010 0 10 10101 100000 110101 10010 111101

Color Harmonies of #AEAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA8A

Black with #AEAA8A

Text Example


Text Example

White with #AEAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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