Html Css Color HEX #AEA580 Neutral Green

📋 copy color: '#AEA580'

red 174 ◦ green 165 ◦ blue 128

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

Shades of Neutral Green #AEA580

Tints of Neutral Green #AEA580

RGB

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

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

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

R = 37.26%
G = 35.33%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AEA580 (or 0xAEA580) is known color: Neutral Green. HEX triplet: AE, A5 and 80. RGB value is (174,165,128). Sum of RGB (Red+Green+Blue) = 174+165+128=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA580 is #515A7F. Grayscale: #A3A3A3. Windows color (decimal): -5331584 or 8431022. OLE color: 8431022.

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

Color convert

RGB 174 165 128 -
CMYK 0 0.05 0.26 0.32
HSL 48.26º 0.22% 0.59% -
HSV(B) 48.26º 0.26% 0.68% -
XYZ 34.81 37.47 25.82 -
YUV 163.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 174 165 128 0 0.05 0.26 0.32 48.26 0.22 0.59
Hex AE A5 80 0 5 1A 20 30 16 3B
Octal 256 245 200 0 5 32 40 60 26 73
Binary 10101110 10100101 10000000 0 101 11010 100000 110000 10110 111011

Color Harmonies of #AEA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA580

Black with #AEA580

Text Example


Text Example

White with #AEA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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