Html Css Color HEX #AEAB7A Neutral Green

📋 copy color: '#AEAB7A'

red 174 ◦ green 171 ◦ blue 122

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

Shades of Neutral Green #AEAB7A

Tints of Neutral Green #AEAB7A

RGB

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

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

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

R = 37.26%
G = 36.62%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AEAB7A (or 0xAEAB7A) is known color: Neutral Green. HEX triplet: AE, AB and 7A. RGB value is (174,171,122). Sum of RGB (Red+Green+Blue) = 174+171+122=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB7A is #515485. Grayscale: #A6A6A6. Windows color (decimal): -5330054 or 8039342. OLE color: 8039342.

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

Color convert

RGB 174 171 122 -
CMYK 0 0.02 0.30 0.32
HSL 56.54º 0.24% 0.58% -
HSV(B) 56.54º 0.3% 0.68% -
XYZ 35.53 39.53 24.17 -
YUV 166.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 174 171 122 0 0.02 0.30 0.32 56.54 0.24 0.58
Hex AE AB 7A 0 2 1E 20 39 18 3A
Octal 256 253 172 0 2 36 40 71 30 72
Binary 10101110 10101011 1111010 0 10 11110 100000 111001 11000 111010

Color Harmonies of #AEAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB7A

Black with #AEAB7A

Text Example


Text Example

White with #AEAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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