Html Css Color HEX #AEAC74 Neutral Green

📋 copy color: '#AEAC74'

red 174 ◦ green 172 ◦ blue 116

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

Shades of Neutral Green #AEAC74

Tints of Neutral Green #AEAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 37.66%
G = 37.23%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AEAC74 (or 0xAEAC74) is known color: Neutral Green. HEX triplet: AE, AC and 74. RGB value is (174,172,116). Sum of RGB (Red+Green+Blue) = 174+172+116=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC74 is #51538B. Grayscale: #A6A6A6. Windows color (decimal): -5329804 or 7646382. OLE color: 7646382.

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

Color convert

RGB 174 172 116 -
CMYK 0 0.01 0.33 0.32
HSL 57.93º 0.26% 0.57% -
HSV(B) 57.93º 0.33% 0.68% -
XYZ 35.36 39.76 22.33 -
YUV 166.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 174 172 116 0 0.01 0.33 0.32 57.93 0.26 0.57
Hex AE AC 74 0 1 21 20 3A 1A 39
Octal 256 254 164 0 1 41 40 72 32 71
Binary 10101110 10101100 1110100 0 1 100001 100000 111010 11010 111001

Color Harmonies of #AEAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC74

Black with #AEAC74

Text Example


Text Example

White with #AEAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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