#AAABA5

Color #AAABA5 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AAABA5

Tints of Green Spring #AAABA5

Color information

#AAABA5 (or 0xAAABA5) is unknown color: approx Green Spring. HEX triplet: AA, AB and A5. RGB value is (170,171,165). Sum of RGB (Red+Green+Blue) = 170+171+165=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA5 is #55545A. Grayscale: #AAAAAA. Windows color (decimal): -5592155 or 10857386. OLE color: 10857386.

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

Color convert

RGB170171165-
CMYK0.0100.040.33
HSL70º3.45%65.88%-
HSV(B)70º3.51%67.06%-
XYZ37.9340.3941.39-
YUV170.02125.17127.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=33.60%
G=33.79%
B=32.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711650.0100.040.33703.4565.88
HexAAABA51042146342
Octal252253245104411063102
Binary101010101010101110100101101001000011000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABA5; }

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

 H1.HeaderClassName
 {
   color: #AAABA5;
 }
 .AnyTagClassName
 {
   color: #AAABA5;
 }
</style>
background-color css

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

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

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

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

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

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