Html Css Color HEX #AEAC7A Neutral Green

📋 copy color: '#AEAC7A'

red 174 ◦ green 172 ◦ blue 122

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

Shades of Neutral Green #AEAC7A

Tints of Neutral Green #AEAC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.07%

R = 37.18%
G = 36.75%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AEAC7A (or 0xAEAC7A) is known color: Neutral Green. HEX triplet: AE, AC and 7A. RGB value is (174,172,122). Sum of RGB (Red+Green+Blue) = 174+172+122=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC7A is #515385. Grayscale: #A7A7A7. Windows color (decimal): -5329798 or 8039598. OLE color: 8039598.

HSL color Cylindrical-coordinate representation of color #AEAC7A: hue angle of 57.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEAC7A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 172 122 -
CMYK 0 0.01 0.30 0.32
HSL 57.69º 0.24% 0.58% -
HSV(B) 57.69º 0.3% 0.68% -
XYZ 35.72 39.91 24.23 -
YUV 166.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 174 172 122 0 0.01 0.30 0.32 57.69 0.24 0.58
Hex AE AC 7A 0 1 1E 20 3A 18 3A
Octal 256 254 172 0 1 36 40 72 30 72
Binary 10101110 10101100 1111010 0 1 11110 100000 111010 11000 111010

Color Harmonies of #AEAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC7A

Black with #AEAC7A

Text Example


Text Example

White with #AEAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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