Html Css Color HEX #AEAB74 Neutral Green

📋 copy color: '#AEAB74'

red 174 ◦ green 171 ◦ blue 116

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

Shades of Neutral Green #AEAB74

Tints of Neutral Green #AEAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 37.74%
G = 37.09%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AEAB74 (or 0xAEAB74) is known color: Neutral Green. HEX triplet: AE, AB and 74. RGB value is (174,171,116). Sum of RGB (Red+Green+Blue) = 174+171+116=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB74 is #51548B. Grayscale: #A5A5A5. Windows color (decimal): -5330060 or 7646126. OLE color: 7646126.

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

Color convert

RGB 174 171 116 -
CMYK 0 0.02 0.33 0.32
HSL 56.9º 0.26% 0.57% -
HSV(B) 56.9º 0.33% 0.68% -
XYZ 35.17 39.39 22.27 -
YUV 165.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 174 171 116 0 0.02 0.33 0.32 56.9 0.26 0.57
Hex AE AB 74 0 2 21 20 39 1A 39
Octal 256 253 164 0 2 41 40 71 32 71
Binary 10101110 10101011 1110100 0 10 100001 100000 111001 11010 111001

Color Harmonies of #AEAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB74

Black with #AEAB74

Text Example


Text Example

White with #AEAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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