Html Css Color HEX #AAAEA0 Green Spring

📋 copy color: '#AAAEA0'

red 170 ◦ green 174 ◦ blue 160

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

Shades of Green Spring #AAAEA0

Tints of Green Spring #AAAEA0

RGB

 RED value IS 170 (66.8% from 255) = 33.73%

 GREEN value IS 174 (68.36% from 255) = 34.52%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 33.73%
G = 34.52%
B = 31.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AAAEA0 (or 0xAAAEA0) is known color: Green Spring. HEX triplet: AA, AE and A0. RGB value is (170,174,160). Sum of RGB (Red+Green+Blue) = 170+174+160=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEA0 is #55515F. Grayscale: #ABABAB. Windows color (decimal): -5591392 or 10530474. OLE color: 10530474.

HSL color Cylindrical-coordinate representation of color #AAAEA0: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAAEA0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 160 -
CMYK 0.02 0 0.08 0.32
HSL 77.14º 0.08% 0.65% -
HSV(B) 77.14º 0.08% 0.68% -
XYZ 38.06 41.36 39.23 -
YUV 171.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 170 174 160 0.02 0 0.08 0.32 77.14 0.08 0.65
Hex AA AE A0 2 0 8 20 4D 8 41
Octal 252 256 240 2 0 10 40 115 10 101
Binary 10101010 10101110 10100000 10 0 1000 100000 1001101 1000 1000001

Color Harmonies of #AAAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAEA0

Black with #AAAEA0

Text Example


Text Example

White with #AAAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAEA0; }

 p { color: rgb(170,174,160); }

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

background-color css

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

 a { background-color: rgb(170,174,160); }

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

border-color css

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

 span { border-color: rgb(170,174,160); }

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