Html Css Color HEX #AAAE9C Green Spring

📋 copy color: '#AAAE9C'

red 170 ◦ green 174 ◦ blue 156

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

Shades of Green Spring #AAAE9C

Tints of Green Spring #AAAE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 34%
G = 34.8%
B = 31.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AAAE9C (or 0xAAAE9C) is known color: Green Spring. HEX triplet: AA, AE and 9C. RGB value is (170,174,156). Sum of RGB (Red+Green+Blue) = 170+174+156=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE9C is #555163. Grayscale: #AAAAAA. Windows color (decimal): -5591396 or 10268330. OLE color: 10268330.

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

Color convert

RGB 170 174 156 -
CMYK 0.02 0 0.10 0.32
HSL 73.33º 0.1% 0.65% -
HSV(B) 73.33º 0.1% 0.68% -
XYZ 37.71 41.22 37.42 -
YUV 170.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 170 174 156 0.02 0 0.10 0.32 73.33 0.1 0.65
Hex AA AE 9C 2 0 A 20 49 A 41
Octal 252 256 234 2 0 12 40 111 12 101
Binary 10101010 10101110 10011100 10 0 1010 100000 1001001 1010 1000001

Color Harmonies of #AAAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE9C

Black with #AAAE9C

Text Example


Text Example

White with #AAAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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