Html Css Color HEX #AEAC76 Neutral Green

📋 copy color: '#AEAC76'

red 174 ◦ green 172 ◦ blue 118

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

Shades of Neutral Green #AEAC76

Tints of Neutral Green #AEAC76

RGB

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

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

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

R = 37.5%
G = 37.07%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AEAC76 (or 0xAEAC76) is known color: Neutral Green. HEX triplet: AE, AC and 76. RGB value is (174,172,118). Sum of RGB (Red+Green+Blue) = 174+172+118=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC76 is #515389. Grayscale: #A6A6A6. Windows color (decimal): -5329802 or 7777454. OLE color: 7777454.

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

Color convert

RGB 174 172 118 -
CMYK 0 0.01 0.32 0.32
HSL 57.86º 0.26% 0.57% -
HSV(B) 57.86º 0.32% 0.68% -
XYZ 35.48 39.81 22.95 -
YUV 166.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 174 172 118 0 0.01 0.32 0.32 57.86 0.26 0.57
Hex AE AC 76 0 1 20 20 3A 1A 39
Octal 256 254 166 0 1 40 40 72 32 71
Binary 10101110 10101100 1110110 0 1 100000 100000 111010 11010 111001

Color Harmonies of #AEAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC76

Black with #AEAC76

Text Example


Text Example

White with #AEAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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