Html Css Color HEX #AEA57E Neutral Green

📋 copy color: '#AEA57E'

red 174 ◦ green 165 ◦ blue 126

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

Shades of Neutral Green #AEA57E

Tints of Neutral Green #AEA57E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

 BLUE value IS 126 (49.61% from 255) = 27.1%

R = 37.42%
G = 35.48%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AEA57E (or 0xAEA57E) is known color: Neutral Green. HEX triplet: AE, A5 and 7E. RGB value is (174,165,126). Sum of RGB (Red+Green+Blue) = 174+165+126=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA57E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA57E is #515A81. Grayscale: #A3A3A3. Windows color (decimal): -5331586 or 8299950. OLE color: 8299950.

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

Color convert

RGB 174 165 126 -
CMYK 0 0.05 0.28 0.32
HSL 48.75º 0.23% 0.59% -
HSV(B) 48.75º 0.28% 0.68% -
XYZ 34.68 37.42 25.13 -
YUV 163.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 174 165 126 0 0.05 0.28 0.32 48.75 0.23 0.59
Hex AE A5 7E 0 5 1C 20 31 17 3B
Octal 256 245 176 0 5 34 40 61 27 73
Binary 10101110 10100101 1111110 0 101 11100 100000 110001 10111 111011

Color Harmonies of #AEA57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA57E

Black with #AEA57E

Text Example


Text Example

White with #AEA57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA57E; }

 p { color: rgb(174,165,126); }

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

background-color css

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

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

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

border-color css

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

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

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