Html Css Color HEX #AEAE82 Neutral Green

📋 copy color: '#AEAE82'

red 174 ◦ green 174 ◦ blue 130

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

Shades of Neutral Green #AEAE82

Tints of Neutral Green #AEAE82

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 36.4%
G = 36.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AEAE82 (or 0xAEAE82) is known color: Neutral Green. HEX triplet: AE, AE and 82. RGB value is (174,174,130). Sum of RGB (Red+Green+Blue) = 174+174+130=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE82 is #51517D. Grayscale: #A9A9A9. Windows color (decimal): -5329278 or 8564398. OLE color: 8564398.

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

Color convert

RGB 174 174 130 -
CMYK 0 0 0.25 0.32
HSL 60º 0.21% 0.6% -
HSV(B) 60º 0.25% 0.68% -
XYZ 36.62 40.88 27.08 -
YUV 168.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 174 174 130 0 0 0.25 0.32 60 0.21 0.6
Hex AE AE 82 0 0 19 20 3C 15 3C
Octal 256 256 202 0 0 31 40 74 25 74
Binary 10101110 10101110 10000010 0 0 11001 100000 111100 10101 111100

Color Harmonies of #AEAE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE82

Black with #AEAE82

Text Example


Text Example

White with #AEAE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE82; }

 p { color: rgb(174,174,130); }

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

background-color css

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

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

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

border-color css

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

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

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