Html Css Color HEX #AAABA6 Green Spring

📋 copy color: '#AAABA6'

red 170 ◦ green 171 ◦ blue 166

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

Shades of Green Spring #AAABA6

Tints of Green Spring #AAABA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.74%

R = 33.53%
G = 33.73%
B = 32.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AAABA6 (or 0xAAABA6) is known color: Green Spring. HEX triplet: AA, AB and A6. RGB value is (170,171,166). Sum of RGB (Red+Green+Blue) = 170+171+166=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA6 is #555459. Grayscale: #AAAAAA. Windows color (decimal): -5592154 or 10922922. OLE color: 10922922.

HSL color Cylindrical-coordinate representation of color #AAABA6: hue angle of 72º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAABA6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 166 -
CMYK 0.01 0 0.03 0.33
HSL 72º 0.03% 0.66% -
HSV(B) 72º 0.03% 0.67% -
XYZ 38.02 40.43 41.88 -
YUV 170.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 170 171 166 0.01 0 0.03 0.33 72 0.03 0.66
Hex AA AB A6 1 0 3 21 48 3 42
Octal 252 253 246 1 0 3 41 110 3 102
Binary 10101010 10101011 10100110 1 0 11 100001 1001000 11 1000010

Color Harmonies of #AAABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAABA6

Black with #AAABA6

Text Example


Text Example

White with #AAABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAABA6; }

 p { color: rgb(170,171,166); }

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

background-color css

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

 a { background-color: rgb(170,171,166); }

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

border-color css

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

 span { border-color: rgb(170,171,166); }

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