Html Css Color HEX #AEAC80 Neutral Green

📋 copy color: '#AEAC80'

red 174 ◦ green 172 ◦ blue 128

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

Shades of Neutral Green #AEAC80

Tints of Neutral Green #AEAC80

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

 BLUE value IS 128 (50.39% from 255) = 27%

R = 36.71%
G = 36.29%
B = 27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AEAC80 (or 0xAEAC80) is known color: Neutral Green. HEX triplet: AE, AC and 80. RGB value is (174,172,128). Sum of RGB (Red+Green+Blue) = 174+172+128=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC80 is #51537F. Grayscale: #A7A7A7. Windows color (decimal): -5329792 or 8432814. OLE color: 8432814.

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

Color convert

RGB 174 172 128 -
CMYK 0 0.01 0.26 0.32
HSL 57.39º 0.22% 0.59% -
HSV(B) 57.39º 0.26% 0.68% -
XYZ 36.1 40.06 26.25 -
YUV 167.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 174 172 128 0 0.01 0.26 0.32 57.39 0.22 0.59
Hex AE AC 80 0 1 1A 20 39 16 3B
Octal 256 254 200 0 1 32 40 71 26 73
Binary 10101110 10101100 10000000 0 1 11010 100000 111001 10110 111011

Color Harmonies of #AEAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC80

Black with #AEAC80

Text Example


Text Example

White with #AEAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC80; }

 p { color: rgb(174,172,128); }

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

background-color css

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

 a { background-color: rgb(174,172,128); }

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

border-color css

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

 span { border-color: rgb(174,172,128); }

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