Html Css Color HEX #AEA880 Neutral Green

📋 copy color: '#AEA880'

red 174 ◦ green 168 ◦ blue 128

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

Shades of Neutral Green #AEA880

Tints of Neutral Green #AEA880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 37.02%
G = 35.74%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AEA880 (or 0xAEA880) is known color: Neutral Green. HEX triplet: AE, A8 and 80. RGB value is (174,168,128). Sum of RGB (Red+Green+Blue) = 174+168+128=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA880 is #51577F. Grayscale: #A5A5A5. Windows color (decimal): -5330816 or 8431790. OLE color: 8431790.

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

Color convert

RGB 174 168 128 -
CMYK 0 0.03 0.26 0.32
HSL 52.17º 0.22% 0.59% -
HSV(B) 52.17º 0.26% 0.68% -
XYZ 35.35 38.56 26 -
YUV 165.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 174 168 128 0 0.03 0.26 0.32 52.17 0.22 0.59
Hex AE A8 80 0 3 1A 20 34 16 3B
Octal 256 250 200 0 3 32 40 64 26 73
Binary 10101110 10101000 10000000 0 11 11010 100000 110100 10110 111011

Color Harmonies of #AEA880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA880

Black with #AEA880

Text Example


Text Example

White with #AEA880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA880; }

 p { color: rgb(174,168,128); }

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

background-color css

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

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

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

border-color css

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

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

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